aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/wrap.conf
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-11-27 05:17:17 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-11-27 05:17:17 +0000
commit8c8019c02d19c855cc6ab2857ef00d6b07933bf5 (patch)
tree9a32cd7cadaed5876ebf03e1886814e794b88abc /conf/machine/wrap.conf
parent570589214a080f27bade016eb31155f506e04842 (diff)
downloadopenembedded-8c8019c02d19c855cc6ab2857ef00d6b07933bf5.tar.gz
machine/wrap: Add task-base related settings.
Diffstat (limited to 'conf/machine/wrap.conf')
-rw-r--r--conf/machine/wrap.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/machine/wrap.conf b/conf/machine/wrap.conf
index 592be8dd3c..e0c65475f6 100644
--- a/conf/machine/wrap.conf
+++ b/conf/machine/wrap.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the PC Engines WRAP (Wireless Router Application Platform) boards.
TARGET_ARCH = "i486"
-PACKAGE_EXTRA_ARCHS = "i386"
+PACKAGE_EXTRA_ARCHS = "i386 x86"
PREFERRED_PROVIDER_virtual/kernel = "linux-wrap-geode"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
@@ -21,8 +21,11 @@ USE_DEVFS = "0"
# partition on the compact flash card being used.
IMAGE_FSTYPE ?= "tar.gz"
-# Extra items to include in the fs image
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel pciutils udev kernel-modules grub"
+# Things to include in the fs image
+MACHINE_FEATURES = "kernel26 pci ext2"
+MACHINE_TASK_PROVIDER = "task-base"
+# The kernel and grub need to installed to boot from flash
+MACHINE_EXTRA_RDEPENDS = "kernel grub"
# Minimal device table is fine
IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt"