diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-14 12:47:01 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-10-14 12:47:01 +0000 |
commit | ef61764821531cbe7f72a2d78288a6624a421644 (patch) | |
tree | 19ed0f9108f73c29d890780d041deb8839811ad5 /conf/machine/epia.conf | |
parent | 966c5a872148409491bd948d3fb1012391447421 (diff) |
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.
Diffstat (limited to 'conf/machine/epia.conf')
-rw-r--r-- | conf/machine/epia.conf | 1 |
1 files changed, 0 insertions, 1 deletions
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 |