beagleboard: build u-boot and x-load
authorKoen Kooi <koen@openembedded.org>
Sat, 2 Aug 2008 15:50:45 +0000 (15:50 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 2 Aug 2008 15:50:45 +0000 (15:50 +0000)
conf/machine/beagleboard.conf

index d1e19aa..cbd82fa 100644 (file)
@@ -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"