[oe-commits] Stefan Schmidt : bug20.conf: Use beagleboard config for x-load

git version control git at git.openembedded.org
Mon Nov 22 21:22:39 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: f28d0d347cbb4f743c3940d885efe93889938969
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f28d0d347cbb4f743c3940d885efe93889938969

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Mon Nov 22 12:00:29 2010 +0100

bug20.conf: Use beagleboard config for x-load

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 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf
index 549743b..7b71629 100644
--- 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"





More information about the Openembedded-commits mailing list