From: Koen Kooi Date: Wed, 28 Jul 2010 15:00:41 +0000 (+0200) Subject: omap3 machines: build matching x-loader as well on each image build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b9225af36b2979b255634f79ceecea482601a7;p=openembedded.git omap3 machines: build matching x-loader as well on each image build --- diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index db0e861409..630fde478b 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -10,6 +10,5 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" -# Only build u-boot, xload is optional -EXTRA_IMAGEDEPENDS += "u-boot" +EXTRA_IMAGEDEPENDS += "u-boot x-load"