summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-06-20 15:57:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-06-28 13:38:56 +0200
commit3ad45c1ef8ba35978b5751166e8d87012a155627 (patch)
tree5c87243090644636b95ebfe8e49b517ff554d5ea /recipes-bsp
parent763fa7107ffb1ae94620b8e93b74af80358104f4 (diff)
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 <max.krummenacher@toradex.com> (cherry picked from commit 2038ae25edaffb95b5f4e4a65a17d53720e2440d)
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common_2022.04.inc2
1 files changed, 1 insertions, 1 deletions
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