aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/beagleboard.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-02 15:50:45 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-02 15:50:45 +0000
commitcd03b0435ea8f96b9487c8e6ee58253b3e593c2b (patch)
treedb2db1358ac5fc17f125497ec630d9a688d9f70b /conf/machine/beagleboard.conf
parentd7c3d88c18c722a4dfd1e5717f67f90a2ae6f3ce (diff)
downloadopenembedded-cd03b0435ea8f96b9487c8e6ee58253b3e593c2b.tar.gz
beagleboard: build u-boot and x-load
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r--conf/machine/beagleboard.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index d1e19aa3e4..cbd82fa467 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -32,6 +32,8 @@ KERNEL_IMAGETYPE = "uImage"
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
+PREFERRED_VERSION_u-boot = "git"
+EXTRA_IMAGEDEPENDS += "u-boot x-load"
# and sdio
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"