kernel bbclass: switch to u-boot-mkimage-native
authorKoen Kooi <koen@openembedded.org>
Thu, 20 May 2010 09:10:12 +0000 (11:10 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 16 Sep 2015 18:57:29 +0000 (21:57 +0300)
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

index 69ab422..353b749 100644 (file)
@@ -11,7 +11,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)