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:
f2bb9f9
)
bug20.conf: Use beagleboard config for x-load
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Mon, 22 Nov 2010 11:00:29 +0000
(12:00 +0100)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Mon, 22 Nov 2010 11:00:29 +0000
(12:00 +0100)
We don't provide a x-load config for the bug20 in OE yet. Still omap3.inc adds
it to the image depends which makes all images fail for this machine. Avoid this
by building the beagleboard x-load config until we build our bug20 x-load with
OE.
conf/machine/bug20.conf
patch
|
blob
|
history
diff --git
a/conf/machine/bug20.conf
b/conf/machine/bug20.conf
index
549743b
..
7b71629
100644
(file)
--- a/
conf/machine/bug20.conf
+++ b/
conf/machine/bug20.conf
@@
-46,3
+46,6
@@
PREFERRED_VERSION_u-boot = "git"
# and sdio
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
+
+# We don't provide a bug20 x-load config yet
+XLOAD_MACHINE = "omap3530beagle_config"