]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux.inc: use u-boot-mkimage-native for uImages
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 25 Mar 2008 15:48:10 +0000 (15:48 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 25 Mar 2008 15:48:10 +0000 (15:48 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4115 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/linux/linux.inc

index 4c24f7a2b12647693181e608fa7263c1ef2ada78..2b376e2d01e4cc987d20781ffc665b0cc5944a09 100644 (file)
@@ -13,7 +13,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)
 }