Hi, Steve! I would like to backport this from master to Styhead and Scarthgap.
Please let me know if there's a better format to request this. Thank you! Clayton Casciato -- commit b3c473785e5ceef677ff2b77c5fc17f5704c622f Author: Clayton Casciato <[email protected]> Date: Thu Nov 7 10:10:47 2024 -0700 uboot-sign: fix concat_dtb arguments Fixes [YOCTO #15642] Ensure empty argument passed from do_uboot_assemble_fitimage is passed to concat_dtb Signed-off-by: Clayton Casciato <[email protected]> Signed-off-by: Richard Purdie <[email protected]> diff --git a/meta/classes-recipe/uboot-sign.bbclass b/meta/classes-recipe/uboot-sign.bbclass index 3e5f5dcf66..a17be745ce 100644 --- a/meta/classes-recipe/uboot-sign.bbclass +++ b/meta/classes-recipe/uboot-sign.bbclass @@ -338,7 +338,7 @@ uboot_assemble_fitimage_helper() { binary="$2" if [ "${UBOOT_SIGN_ENABLE}" = "1" -a -n "${UBOOT_DTB_BINARY}" ] ; then - concat_dtb $type $binary + concat_dtb "$type" "$binary" fi if [ "${UBOOT_FITIMAGE_ENABLE}" = "1" -a -n "${SPL_DTB_BINARY}" ]; then
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#207179): https://lists.openembedded.org/g/openembedded-core/message/207179 Mute This Topic: https://lists.openembedded.org/mt/109587267/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
