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/machine/netvista.conf | |
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/machine/netvista.conf')
-rw-r--r-- | conf/machine/netvista.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/netvista.conf b/conf/machine/netvista.conf index 65a797c680..e7aeab7389 100644 --- a/conf/machine/netvista.conf +++ b/conf/machine/netvista.conf @@ -13,8 +13,6 @@ XSERVER = "xserver-kdrive-vesa" # BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -MACHINE_TASK_PROVIDER = "task-base" - MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen keyboard irda apm alsa" ROOT_FLASH_SIZE = "64" GUI_MACHINE_CLASS = "bigscreen" |