aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/epia.conf
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-12-05 18:53:05 +0000
committerPhil Blundell <philb@gnu.org>2004-12-05 18:53:05 +0000
commitc7de566ac5ddbb82251572a77dd5a2e465a43303 (patch)
treed933ddfeeb19b0bbc4e3294cc5a2616bc96b863a /conf/machine/epia.conf
parentb066accc47f9524fde54efcc106273f8d84a4839 (diff)
downloadopenembedded-c7de566ac5ddbb82251572a77dd5a2e465a43303.tar.gz
epia is now TARGET_ARCH i586, not i686
remove module-related bits from BOOTSTRAP_EXTRA_[R]DEPENDS BKrev: 41b359115pHfLCcG8USz3EFXDYNSiQ
Diffstat (limited to 'conf/machine/epia.conf')
-rw-r--r--conf/machine/epia.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf
index 11c797d7bd..429242c9bd 100644
--- a/conf/machine/epia.conf
+++ b/conf/machine/epia.conf
@@ -1,9 +1,9 @@
-TARGET_ARCH = "i686"
+TARGET_ARCH = "i586"
TARGET_VENDOR = "-oe"
PREFERRED_PROVIDER_virtual/kernel = "linux-epia"
IMAGE_FSTYPE = "ext2.gz"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools"
-BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools-depmod kernel-modules"
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev"
+BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev kernel-modules"
udevdir = "/dev"
OLDEST_KERNEL = "2.6.5"
GLIBC_ADDONS = "nptl"