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:
parent
c5b2a17642
commit
54040cb1e0
|
|
@ -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)} \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue