From 3ad45c1ef8ba35978b5751166e8d87012a155627 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 (cherry picked from commit 2038ae25edaffb95b5f4e4a65a17d53720e2440d) --- 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 4017c86..d271008 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 @@ -34,7 +34,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