mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
Resolve mismatch between U-Boot configs and uboot image name.
The ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX} may alway be false
and repeat compile or install so we need to check if ${type} match ${config}
(From OE-Core rev: cc14f461a65b2266caa8acc2c24c0eec02f8e3d7)
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>