From 2d027272339eb37716c515944d731eb6f33b7033 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 20 May 2010 11:10:12 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass index 69ab422c43..353b74976c 100644 --- a/classes/kernel.bbclass +++ b/classes/kernel.bbclass @@ -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) -- 2.39.5