aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-11-22 12:00:29 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2010-11-22 12:00:29 +0100
commit7abb690089693b16e6334c39a88d9c6a32498616 (patch)
tree19142ad0318eca17cdb2c4994df92e99fecfd463 /conf
parentf2bb9f98e32df5fb275ae7b5e60b37abb224dabe (diff)
downloadopenembedded-7abb690089693b16e6334c39a88d9c6a32498616.tar.gz
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.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/bug20.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf
index 549743bbad..7b71629357 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"