u-boot-dey: fix evaluation of BUILD_UBOOT_SCRIPTS variable

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
(cherry picked from commit 49614158a6)
This commit is contained in:
Gonzalo Ruiz 2023-07-13 12:50:46 +02:00 committed by Gabriel Valcazar
parent c5b2a17642
commit 54040cb1e0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ SIGN_UBOOT:ccimx6ul = "sign_uboot"
do_deploy[postfuncs] += " \
adapt_uboot_filenames \
${@oe.utils.ifelse('BUILD_UBOOT_SCRIPTS', 'build_uboot_scripts', '')} \
${@oe.utils.ifelse(d.getVar('BUILD_UBOOT_SCRIPTS') == 'true', 'build_uboot_scripts', '')} \
${@oe.utils.conditional('TRUSTFENCE_SIGN', '1', '${SIGN_UBOOT}', '', d)} \
"