[oe-commits] Koen Kooi : Revert "omap3.inc: Remove hardcoded x-loader dependency breaking builds for every board without a matching x-loader configuration ."

git at git.openembedded.org git at git.openembedded.org
Wed Nov 9 09:07:44 UTC 2011


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov  9 10:06:14 2011 +0100

Revert "omap3.inc: Remove hardcoded x-loader dependency breaking builds for every board without a matching x-loader configuration."

Don't break existing boards without either a proper fix or consulting the maintainer

This reverts commit 413ba9a4b137386a224d7063bb88a7449f3c269e.

---

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

diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 1deff80..c762d41 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -11,5 +11,5 @@ KERNEL_IMAGETYPE = "uImage"
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 
-EXTRA_IMAGEDEPENDS += "u-boot"
+EXTRA_IMAGEDEPENDS += "u-boot x-load"
 





More information about the Openembedded-commits mailing list