aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/lsppc.inc
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-22 21:18:28 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-22 21:18:28 +0000
commit3e820bce5731bc319fa1aa4f74d47f57eefd2ff4 (patch)
tree3421140832150d4317dcdbd776d33633a58fac7a /conf/machine/include/lsppc.inc
parent02a8f539c5987c700458e5bb90a32e70df0d33f4 (diff)
downloadopenembedded-3e820bce5731bc319fa1aa4f74d47f57eefd2ff4.tar.gz
lsppc: Add avr-evtd to machine rdepends, u-boot-utils to rrecommends
Diffstat (limited to 'conf/machine/include/lsppc.inc')
-rw-r--r--conf/machine/include/lsppc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index 1c8f1f1667..807c292605 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -6,7 +6,8 @@ TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
MACHINE_FEATURES = "kernel26 usbhost ext2"
-MACHINE_EXTRA_RDEPENDS = "kernel-devicetree"
+MACHINE_EXTRA_RDEPENDS = "kernel-devicetree avr-evtd"
+MACHINE_EXTRA_RRECOMMENDS = "u-boot-utils"
USE_DEVFS = "0"