summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Schuster <timo.schuster@leica-microsystems.com>2023-10-04 14:25:38 +0200
committerJoao Paulo Goncalves <joao.goncalves@toradex.com>2023-10-05 11:01:48 -0300
commita4a8cfae34af8e1c831b9ac20c1ea43ede83256c (patch)
treed25d34f430f918ece96c4e0158751f0dd8415a77
parent52a28a115d92c3d6a55f2cdfa4249ff499bcd2e3 (diff)
downloadmeta-freescale-a4a8cfae34af8e1c831b9ac20c1ea43ede83256c.tar.gz
imx-boot: Copy UBOOT_DTB_NAME_EXTRA instead of UBOOT_DTB_NAME to BOOT_STAGING in compile_mx8 to fix 'Can't find u-boot DTB file, please copy from u-boot' error
-rw-r--r--recipes-bsp/imx-mkimage/imx-boot_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
index 2176c983..a493f1b1 100644
--- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
+++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
@@ -92,7 +92,7 @@ compile_mx8m() {
92 cp ${DEPLOY_DIR_IMAGE}/u-boot-spl.bin-${MACHINE}-${UBOOT_CONFIG_EXTRA} \ 92 cp ${DEPLOY_DIR_IMAGE}/u-boot-spl.bin-${MACHINE}-${UBOOT_CONFIG_EXTRA} \
93 ${BOOT_STAGING}/u-boot-spl.bin 93 ${BOOT_STAGING}/u-boot-spl.bin
94 94
95 cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${UBOOT_DTB_NAME} ${BOOT_STAGING} 95 cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${UBOOT_DTB_NAME_EXTRA} ${BOOT_STAGING}
96 96
97 if [ "x${UBOOT_SIGN_ENABLE}" = "x1" ] ; then 97 if [ "x${UBOOT_SIGN_ENABLE}" = "x1" ] ; then
98 # Use DTB binary patched with signature node 98 # Use DTB binary patched with signature node