[oe-commits] org.oe.dev machine/titan: Add task-base related settings.

lenehan commit openembedded-commits at lists.openembedded.org
Mon Nov 27 05:21:24 UTC 2006


machine/titan: Add task-base related settings.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 5017a9dc973065361d50c4329676b1b3883efacc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5017a9dc973065361d50c4329676b1b3883efacc
Files:
1
conf/machine/titan.conf
Diffs:

#
# mt diff -r84e864958ae17a54d87b8a3c718346275a9c7cf2 -r5017a9dc973065361d50c4329676b1b3883efacc
#
# 
# 
# patch "conf/machine/titan.conf"
#  from [4eaf014c162df2cfc2dd6d7e6a05c196aad6b6ec]
#    to [0c2072bd394e3c8ded458f789b3c371dc91f1de8]
# 
============================================================
--- conf/machine/titan.conf	4eaf014c162df2cfc2dd6d7e6a05c196aad6b6ec
+++ conf/machine/titan.conf	0c2072bd394e3c8ded458f789b3c371dc91f1de8
@@ -24,8 +24,11 @@ IMAGE_ROOTFS_SIZE_ext2 ?= "63984"
 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 \






More information about the Openembedded-commits mailing list