[oe-commits] Tim 'timtim' Ellis : lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from features

GIT User account git at amethyst.openembedded.net
Thu Jan 22 21:16:23 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 02a8f539c5987c700458e5bb90a32e70df0d33f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=02a8f539c5987c700458e5bb90a32e70df0d33f4

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Thu Jan 22 21:15:03 2009 +0000

lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from features

---

 conf/machine/lsmipsel.conf |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/lsmipsel.conf b/conf/machine/lsmipsel.conf
index 9c3eece..2ceb0ca 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"
 





More information about the Openembedded-commits mailing list