[oe-commits] org.oe.dev nokia770: Convert machine to task-base

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Aug 27 22:29:44 UTC 2006


nokia770: Convert machine to task-base

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: f74511a39f091ce9c32fcb1977e354486234a11e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f74511a39f091ce9c32fcb1977e354486234a11e
Files:
1
conf/machine/nokia770.conf
Diffs:

#
# mt diff -rf4b3843709163fd6a087c74d72a930c912317ac5 -rf74511a39f091ce9c32fcb1977e354486234a11e
#
# 
# 
# patch "conf/machine/nokia770.conf"
#  from [a2ce848754b1605905388c019bc70df81bd5d2e5]
#    to [2ac76589141f4430f3628fa338f6c005e8e1bd75]
# 
============================================================
--- conf/machine/nokia770.conf	a2ce848754b1605905388c019bc70df81bd5d2e5
+++ conf/machine/nokia770.conf	2ac76589141f4430f3628fa338f6c005e8e1bd75
@@ -16,7 +16,6 @@ include conf/machine/include/tune-arm926
 # Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
 include conf/machine/include/tune-arm926ejs.conf
 
-
 #size of the root partition (yes, it is 123 MB)
 ROOT_FLASH_SIZE = "123"
 EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000"
@@ -28,10 +27,10 @@ PREFERRED_PROVIDER_virtual/kernel = "lin
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-nokia770"
 
-BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils  nokia770-init \
- apm  ppp wireless-tools console-tools"
-
 #use this if you are using the nokia initfs
 ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; "
 
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init"
 
+MACHINE_TASK_PROVIDER = "task-base"






More information about the Openembedded-commits mailing list