]> code.ossystems Code Review - openembedded-core.git/commit
uboot-sign: fix the concatenation when multiple U-BOOT configurations are specified
authorThomas Perrot <thomas.perrot@bootlin.com>
Wed, 27 Oct 2021 14:04:12 +0000 (16:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Dec 2021 13:49:48 +0000 (13:49 +0000)
commitdfd71ae3d102f3010c6117d774e9739a322930f6
tree4dfc8615db20f130c32f79e9bd76b0a3944059d9
parent10a4a132e87e835726bf5da81a60f6f509b90765
uboot-sign: fix the concatenation when multiple U-BOOT configurations are specified

Some BSPs, especially those of meta-freescale and meta-ti allow to build U-Boot
binaries using different configuration for a given target, for example:
- UBOOT_CONFIG ??= "tfa-secure-boot tfa"
- UBOOT_CONFIG ??= "nand sdcard spi nor"

When this is the case the public key wasn't concatenated to all U-Boot binaries
built.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/classes/uboot-sign.bbclass