summaryrefslogtreecommitdiff
path: root/conf/machine/ep93xx.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-12 09:05:48 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-12 09:05:48 +0000
commitb48fac219880c3a0e50ea63f320a3d13c1a53645 (patch)
tree4e88a837d3667d6de5ef2c16b7941854f3ba9790 /conf/machine/ep93xx.conf
parentf1dec1a4c97152e663d0ff507f2b04d94e77a3b9 (diff)
parent333d469bc2eb7b14503c99082d26b6a861bc109e (diff)
merge of '2813b5b33a80acca8e53166638a06c31c96fc819'
and '71d106209d375802f4d83fc7eba80d5515b6f572'
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r--conf/machine/ep93xx.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf
index 4b044e838d..955344344a 100644
--- a/conf/machine/ep93xx.conf
+++ b/conf/machine/ep93xx.conf
@@ -2,7 +2,6 @@
#@Name: Cirrus Logic EP-93xx Development Platform
#@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform
-INHERIT += "linux_modules"
TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv4t"
@@ -15,10 +14,11 @@ USE_VT = "0"
#ship in rootfs:
-EP93XX_MODULES = "apm \
- pcmcia-core \
- ipv6 "
-BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${EP93XX_MODULES}', d)}"
+EP93XX_MODULES = "kernel-module-apm \
+ kernel-module-pcmcia-core \
+ kernel-module-ipv6 "
+
+BOOTSTRAP_EXTRA_RRECOMMENDS += "${EP93XX_MODULES}"
BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"