mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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:
@@ -13,7 +13,7 @@ python __anonymous () {
|
|||||||
kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
|
kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
|
||||||
if kerneltype == 'uImage':
|
if kerneltype == 'uImage':
|
||||||
depends = bb.data.getVar("DEPENDS", d, 1)
|
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)
|
bb.data.setVar("DEPENDS", depends, d)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user