From 2038ae25edaffb95b5f4e4a65a17d53720e2440d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 20 Jun 2023 15:57:04 +0200 Subject: u-boot-toradex_2022.04: fix deploy loop over u-boot configs Otherwise it breaks builds where more than one UBOOT_CONFIG is defined. Related-to: ELB-5213 Signed-off-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc index 9b30b07..025938d 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc @@ -32,7 +32,7 @@ do_deploy:append:mx8m-generic-bsp() { then install -d ${DEPLOYDIR}/${BOOT_TOOLS} install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} - install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG} + install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${type} fi done unset j -- cgit v1.2.3