From ef61764821531cbe7f72a2d78288a6624a421644 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Sun, 14 Oct 2007 12:47:01 +0000 Subject: [PATCH] conf/machine : Remove MACHINE_TASK_PROVIDER from all machines that defined it The MACHINE_TASK_PROVIDER should be left to image or distro to be defined. --- conf/machine/bd-neon.conf | 1 - conf/machine/dht-walnut.conf | 1 - conf/machine/epia.conf | 1 - conf/machine/i586-generic.conf | 1 - conf/machine/i686-generic.conf | 1 - conf/machine/magicbox.conf | 1 - conf/machine/sequoia.conf | 1 - conf/machine/x86-32-nocona.conf | 2 +- conf/machine/x86-prescott.conf | 2 +- 9 files changed, 2 insertions(+), 9 deletions(-) diff --git a/conf/machine/bd-neon.conf b/conf/machine/bd-neon.conf index 779080730c..fe7ff724fd 100644 --- a/conf/machine/bd-neon.conf +++ b/conf/machine/bd-neon.conf @@ -27,7 +27,6 @@ PERFERRED_VERSION_linux = "2.6.22" MODUTILS = "26" XSERVER = "xserver-kdrive-fbdev" -MACHINE_TASK_PROVIDER = "task-base" PREFERRED_VERSION_u-boot = "1.1.2" diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf index ead6a83282..c31aecd550 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -11,7 +11,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" UBOOT_ENTRYPOINT = "0" MACHINE_FEATURES = "kernel26 ext2" -MACHINE_TASK_PROVIDER = "task-base" TARGET_CPU = "405" OLDEST_KERNEL = "2.6.18" diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index 69d5e66171..b423f83f00 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -13,6 +13,5 @@ GLIBC_EXTRA_OECONF = "--with-tls" IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" -MACHINE_TASK_PROVIDER = "task-base" require conf/machine/include/tune-c3.inc diff --git a/conf/machine/i586-generic.conf b/conf/machine/i586-generic.conf index 53e088da1c..f2a1869b99 100644 --- a/conf/machine/i586-generic.conf +++ b/conf/machine/i586-generic.conf @@ -21,7 +21,6 @@ IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -MACHINE_TASK_PROVIDER = "task-base" #tune for pentium cpu diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf index b8e73f3085..5399316cd5 100644 --- a/conf/machine/i686-generic.conf +++ b/conf/machine/i686-generic.conf @@ -20,7 +20,6 @@ IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -MACHINE_TASK_PROVIDER = "task-base" #tune for pentium pro cpu require conf/machine/include/tune-pentiumpro.inc diff --git a/conf/machine/magicbox.conf b/conf/machine/magicbox.conf index 178c242056..9839b6d69e 100644 --- a/conf/machine/magicbox.conf +++ b/conf/machine/magicbox.conf @@ -12,7 +12,6 @@ PACKAGE_EXTRA_ARCHS = "ppc405" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" MACHINE_FEATURES = "kernel26" -MACHINE_TASK_PROVIDER = "task-base" TARGET_CPU = "405" OLDEST_KERNEL = "2.6.18" diff --git a/conf/machine/sequoia.conf b/conf/machine/sequoia.conf index 72f0a8feb2..b391f4e277 100644 --- a/conf/machine/sequoia.conf +++ b/conf/machine/sequoia.conf @@ -11,7 +11,6 @@ PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc440e" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" MACHINE_FEATURES = "kernel26 usbhost" -MACHINE_TASK_PROVIDER = "task-base" #don't try to access tty1 USE_VT = "0" diff --git a/conf/machine/x86-32-nocona.conf b/conf/machine/x86-32-nocona.conf index e52454ed52..20b5a11770 100644 --- a/conf/machine/x86-32-nocona.conf +++ b/conf/machine/x86-32-nocona.conf @@ -19,5 +19,5 @@ IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -MACHINE_TASK_PROVIDER = "task-base" + diff --git a/conf/machine/x86-prescott.conf b/conf/machine/x86-prescott.conf index bd96c387b6..6a91bc39fb 100644 --- a/conf/machine/x86-prescott.conf +++ b/conf/machine/x86-prescott.conf @@ -18,5 +18,5 @@ IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2 x86" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -MACHINE_TASK_PROVIDER = "task-base" + -- 2.39.2