]> git.ipfire.org Git - thirdparty/openembedded/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 04:39:59 +0000 (12:39 +0800)
commitffa802f5a60f244141f1b263f3c69936d4c2f388
treebfdfba5cfa8510992f9dd2dded875c3581a5128e
parent86e9e812f4ec61a4430658b7c06852a32ca8abb1
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