blob: e23a50e8c0c591c7ff756b9335727654d36a7777 [file] [log] [blame]
Brad Bishop286d45c2018-10-02 15:21:57 -04001# MicroBlaze is a uImage target, but its not called 'uImage' instead it is called 'linux.bin.ub'
2python () {
3 if d.getVar('KERNEL_IMAGETYPE', True).endswith('.ub'):
4 d.setVar('DEPENDS', "%s u-boot-mkimage-native" % d.getVar('DEPENDS', True))
5}