git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae0d7e
)
lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from...
author
Tim 'timtim' Ellis
<tim.ellis@foonas.org>
Thu, 22 Jan 2009 21:15:03 +0000
(21:15 +0000)
committer
Tim 'timtim' Ellis
<tim.ellis@foonas.org>
Thu, 22 Jan 2009 21:15:03 +0000
(21:15 +0000)
conf/machine/lsmipsel.conf
patch
|
blob
|
history
diff --git
a/conf/machine/lsmipsel.conf
b/conf/machine/lsmipsel.conf
index
9c3eece
..
2ceb0ca
100644
(file)
--- 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"