[oe-commits] Florian Boor : 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
Sun Nov 6 23:02:00 UTC 2011


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sun Nov  6 23:59:32 2011 +0100

omap3.inc: Remove hardcoded x-loader dependency breaking builds for every board without a matching x-loader configuration.
This dependency should be added in the board description once x-loader support is present.

---

 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 c762d41..1deff80 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 x-load"
+EXTRA_IMAGEDEPENDS += "u-boot"
 





More information about the Openembedded-commits mailing list