]> code.ossystems Code Review - openembedded-core.git/commit
kernel-uimage.bbclass: Dependency on u-boot-mkimage-native for all uImages
authorReto Schneider <reto.schneider@husqvarnagroup.com>
Tue, 18 Sep 2018 21:54:28 +0000 (23:54 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 Sep 2018 18:22:30 +0000 (11:22 -0700)
commitac4ce0b07b2742c64d44f988ecb27e7200b5a0bc
tree8a178bfbad57ee53323644e9f40511edc21d3f5c
parentc2b7410aaac0c68dc1bcf8d0f4102ff55dc870aa
kernel-uimage.bbclass: Dependency on u-boot-mkimage-native for all uImages

u-boot-mkimage-native is needed to build any type of uImages, be it
the uImage target itself or for example uImage.lzma. The dependency
however gets only added when at least one of KERNEL_IMAGETYPE and
KERNEL_ALT_IMAGETYPE is exactly uImage. Building uImage.bin and uImage.lzma is
not possible this way.

This patch adds a dependency to u-boot-mkimage-native for all imagetypes which
contains the string uImage.

Signed-off-by: Reto Schneider <code@reto-schneider.ch>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/kernel-uimage.bbclass