aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-11-27 05:18:26 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-11-27 05:18:26 +0000
commit86b394bebf8af8b38363af98ff60c9b67f881ab6 (patch)
treefad773ca048b2375ea01f288ca80a741e7925b25
parent8c8019c02d19c855cc6ab2857ef00d6b07933bf5 (diff)
downloadopenembedded-86b394bebf8af8b38363af98ff60c9b67f881ab6.tar.gz
machine/titan: Add task-base related settings.
-rw-r--r--conf/machine/titan.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/titan.conf b/conf/machine/titan.conf
index 99f8b2a18b..a7ce106356 100644
--- a/conf/machine/titan.conf
+++ b/conf/machine/titan.conf
@@ -24,8 +24,11 @@ USE_DEVFS = "0"
IMAGE_FSTYPE ?= "ext2.gz"
IMAGE_ROOTFS_SIZE_ext2 ?= "63984"
-# Extra items to include in the fs image
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel pciutils udev kernel-modules lilo-sh"
+# Things to include in the fs image
+MACHINE_FEATURES = "kernel26 pci ext2 usbhost"
+MACHINE_TASK_PROVIDER = "task-base"
+# The kernel and lilo-sh need to installed to boot from flash
+MACHINE_EXTRA_RDEPENDS = "kernel lilo-sh"
# Add the SCI (serial) and SM (flash) devices to the minimal /dev
IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \