[oe-commits] Koen Kooi : omap3 machines: build matching x-loader as well on each image build

git version control git at git.openembedded.org
Wed Jul 28 15:02:38 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e2b9225af36b2979b255634f79ceecea482601a7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e2b9225af36b2979b255634f79ceecea482601a7

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jul 28 17:00:41 2010 +0200

omap3 machines: build matching x-loader as well on each image build

---

 conf/machine/include/omap3.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index db0e861..630fde4 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"
 





More information about the Openembedded-commits mailing list