From: Tim 'timtim' Ellis Date: Thu, 22 Jan 2009 21:15:03 +0000 (+0000) Subject: lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from... X-Git-Tag: Release-2010-05/1~4159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a8f539c5987c700458e5bb90a32e70df0d33f4;p=openembedded.git lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from features --- diff --git a/conf/machine/lsmipsel.conf b/conf/machine/lsmipsel.conf index 9c3eece74d..2ceb0ca925 100644 --- a/conf/machine/lsmipsel.conf +++ b/conf/machine/lsmipsel.conf @@ -4,9 +4,10 @@ TARGET_ARCH = "mipsel" -MACHINE_FEATURES = "kernel26 usbhost ext2 pci" +MACHINE_FEATURES = "kernel26 usbhost ext2" MACHINE_TASK_PROVIDER = "task-base" -MACHINE_EXTRA_RDEPENDS = "avr-evtd u-boot-utils" +MACHINE_EXTRA_RDEPENDS = "avr-evtd" +MACHINE_EXTRA_RRECOMMENDS = "u-boot-utils" USE_DEVFS = "0"