[oe-commits] Koen Kooi : kernel bbclass: switch to u-boot-mkimage-native

git version control git at git.openembedded.org
Thu May 20 11:07:02 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu May 20 11:10:12 2010 +0200

kernel bbclass: switch to u-boot-mkimage-native

This is a long demanded change. The u-boot-mkimage is up to date to OE standards, while the openmoko one is not

---

 classes/kernel.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index a157dfc..b0c6534 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -14,7 +14,7 @@ python __anonymous () {
     kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
     if kerneltype == 'uImage':
     	depends = bb.data.getVar("DEPENDS", d, 1)
-    	depends = "%s u-boot-mkimage-openmoko-native" % depends
+    	depends = "%s u-boot-mkimage-native" % depends
     	bb.data.setVar("DEPENDS", depends, d)
 
     image = bb.data.getVar('INITRAMFS_IMAGE', d, True)





More information about the Openembedded-commits mailing list