blob: e23a50e8c0c591c7ff756b9335727654d36a7777 [file] [log] [blame]
# MicroBlaze is a uImage target, but its not called 'uImage' instead it is called 'linux.bin.ub'
python () {
if d.getVar('KERNEL_IMAGETYPE', True).endswith('.ub'):
d.setVar('DEPENDS', "%s u-boot-mkimage-native" % d.getVar('DEPENDS', True))
}