linux.inc: use u-boot-mkimage-native for uImages

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4115 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-03-25 15:48:10 +00:00
parent 85e3e7265b
commit ecc896be99

View 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)
}