diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 07:28:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-11 07:28:27 +0000 |
commit | 750675a8caf36cfda7d6f3230615ee8b534e3f87 (patch) | |
tree | de9856050f7847c853017a7f82b6a904c26c0cd3 /meta/conf | |
parent | 6a48637d29bb02bb7c3c40865115e88dee7579b1 (diff) | |
download | poky-750675a8caf36cfda7d6f3230615ee8b534e3f87.tar.gz |
machine configs: drop MACHINE_TASK_PROVIDER which is set in bitbake.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1903 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/zaurus-2.6.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/nokia770.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/nokia800.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/meta/conf/machine/include/zaurus-2.6.conf b/meta/conf/machine/include/zaurus-2.6.conf index fcc1a90223..9eaa6bb2df 100644 --- a/meta/conf/machine/include/zaurus-2.6.conf +++ b/meta/conf/machine/include/zaurus-2.6.conf | |||
@@ -16,5 +16,3 @@ MACHINE_EXTRA_RRECOMMENDS_c7x0 = "kernel-module-snd-soc-corgi" | |||
16 | MACHINE_EXTRA_RRECOMMENDS_akita = "kernel-module-snd-soc-spitz" | 16 | MACHINE_EXTRA_RRECOMMENDS_akita = "kernel-module-snd-soc-spitz" |
17 | MACHINE_EXTRA_RRECOMMENDS_spitz = "kernel-module-snd-soc-spitz" | 17 | MACHINE_EXTRA_RRECOMMENDS_spitz = "kernel-module-snd-soc-spitz" |
18 | MACHINE_EXTRA_RRECOMMENDS_poodle = "kernel-module-snd-soc-poodle" | 18 | MACHINE_EXTRA_RRECOMMENDS_poodle = "kernel-module-snd-soc-poodle" |
19 | |||
20 | MACHINE_TASK_PROVIDER = "task-base" | ||
diff --git a/meta/conf/machine/nokia770.conf b/meta/conf/machine/nokia770.conf index c480ce0bd2..101db22215 100644 --- a/meta/conf/machine/nokia770.conf +++ b/meta/conf/machine/nokia770.conf | |||
@@ -33,5 +33,3 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " | |||
33 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" | 33 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" |
34 | MACHINE_EXTRA_RDEPENDS = "usbinit" | 34 | MACHINE_EXTRA_RDEPENDS = "usbinit" |
35 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" | 35 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" |
36 | |||
37 | MACHINE_TASK_PROVIDER = "task-base" | ||
diff --git a/meta/conf/machine/nokia800.conf b/meta/conf/machine/nokia800.conf index 247e7613bc..eb48b92ffa 100644 --- a/meta/conf/machine/nokia800.conf +++ b/meta/conf/machine/nokia800.conf | |||
@@ -27,5 +27,3 @@ ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " | |||
27 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" | 27 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost" |
28 | MACHINE_EXTRA_RDEPENDS = "cx3110x" | 28 | MACHINE_EXTRA_RDEPENDS = "cx3110x" |
29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" | 29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" |
30 | |||
31 | MACHINE_TASK_PROVIDER = "task-base" | ||
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 2de34e42c9..1742e1b1aa 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -11,5 +11,3 @@ require conf/machine/include/tune-arm926ejs.conf | |||
11 | SERIAL_CONSOLE = "115200 ttyAMA0" | 11 | SERIAL_CONSOLE = "115200 ttyAMA0" |
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | 13 | PREFERRED_PROVIDER_virtual/kernel = "linux-rp" |
14 | |||
15 | MACHINE_TASK_PROVIDER = "task-base" | ||
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index dfbd345ae8..60aa12ad7f 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -13,5 +13,3 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rp" | |||
13 | 13 | ||
14 | GLIBC_ADDONS = "nptl" | 14 | GLIBC_ADDONS = "nptl" |
15 | GLIBC_EXTRA_OECONF = "--with-tls" | 15 | GLIBC_EXTRA_OECONF = "--with-tls" |
16 | |||
17 | MACHINE_TASK_PROVIDER = "task-base" | ||