diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-04-15 03:22:19 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-04-15 03:22:19 +0000 |
commit | 2babba73522adfbae09a95b7f95c11558542856b (patch) | |
tree | 6230e4bb3598a3de469e0f63d916eae54b49af88 /conf/distro | |
parent | 289e9bf4e6c89987b782bf831998f492b9fa9bd1 (diff) |
conf/*: remove all MACHINE_TASK_PROVIDER definitions that were simply forcibly defining it to the default value set in bitbake.conf. Approved by hrw and RP.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/foonas.conf | 2 | ||||
-rw-r--r-- | conf/distro/include/angstrom.inc | 1 | ||||
-rw-r--r-- | conf/distro/include/openmoko.inc | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/foonas.conf b/conf/distro/foonas.conf index 6dd4f0d781..234c92f62a 100644 --- a/conf/distro/foonas.conf +++ b/conf/distro/foonas.conf @@ -23,8 +23,6 @@ DISTRO_FEATURES_lsppchd += "raid" DISTRO_FEATURES_lsppchg += "raid" DISTRO_FEATURES_lsarm += "raid" -MACHINE_TASK_PROVIDER = "task-base" - # This isn't actually in OE yet #DISTRO_EXTRA_RDEPENDS = "openlink-machine" diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index a4e4c6d4ae..6605fff3e8 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -6,7 +6,6 @@ DISTRO = "angstrom" DISTRO_NAME = "Angstrom" TARGET_VENDOR = "-angstrom" -MACHINE_TASK_PROVIDER = "task-base" # Can be "glibc" and "uclibc" ANGSTROM_MODE ?= "glibc" diff --git a/conf/distro/include/openmoko.inc b/conf/distro/include/openmoko.inc index c41f993884..457aa997dd 100644 --- a/conf/distro/include/openmoko.inc +++ b/conf/distro/include/openmoko.inc @@ -46,7 +46,6 @@ DISTRO_FEATURES = "alsa bluetooth ext2 ipsec nfs ppp smbfs usbgadget usbhost" # # Bootstrap & Init # -MACHINE_TASK_PROVIDER = "task-base" require conf/distro/include/sane-srcdates.inc # |