]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
u-boot: Fix condition for install_spl_helper
authorSean Anderson <sean.anderson@seco.com>
Tue, 5 Apr 2022 15:00:13 +0000 (11:00 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Apr 2022 21:23:25 +0000 (22:23 +0100)
commit7dc155961649c022d33cf7c6a5155cdfa5dc2969
tree540f83bd9ba05501fecdfdcfe6247e5c62cea613
parentb07a70fbf78f2beba639580e37dffbc0a73bc99f
u-boot: Fix condition for install_spl_helper

The condition for calling install_spl_helper when compiling multiple
configs does not match the condition for a single config. This causes
compilation failures when ${UBOOT_FITIMAGE_ENABLE} is 1 but
${SPL_SIGN_ENABLE} is not.

Fixes: 5af4dfe83c2 ("u-boot: Add infrastructure to SPL verified boot")
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/uboot-sign.bbclass