]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 10 Dec 2021 03:38:17 +0000 (11:38 +0800)
commite9f8162e619af05077eb5a30089cdbdcf309c161
tree0d981bad1e59ab93fa0d5c7ae5349e1ebf1dc9c7
parent05abb98d8efc13e53f44908a405d2f318466cb04
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>
(cherry picked from commit dfd71ae3d102f3010c6117d774e9739a322930f6)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/uboot-sign.bbclass