machine/titan: Add task-base related settings.
authorJamie Lenehan <lenehan@twibble.org>
Mon, 27 Nov 2006 05:18:26 +0000 (05:18 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Mon, 27 Nov 2006 05:18:26 +0000 (05:18 +0000)
conf/machine/titan.conf

index 99f8b2a..a7ce106 100644 (file)
@@ -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 \