diff options
| author | Timo Schuster <timo.schuster@leica-microsystems.com> | 2023-10-04 14:25:38 +0200 |
|---|---|---|
| committer | Timo Schuster <timo.schuster@leica-microsystems.com> | 2023-10-04 14:25:38 +0200 |
| commit | dd0d15aa2990eb65d7c09bbfdf33d6445b98dd3f (patch) | |
| tree | 589709ccba9dbee111dbfb953333f09c01c7a75c | |
| parent | aa48cdb4dca363398d4a2173125a31b904e7b12f (diff) | |
| download | meta-freescale-dd0d15aa2990eb65d7c09bbfdf33d6445b98dd3f.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.bb | 2 |
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 df2d66294..8a27b1660 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
| @@ -85,7 +85,7 @@ compile_mx8m() { | |||
| 85 | cp ${DEPLOY_DIR_IMAGE}/u-boot-spl.bin-${MACHINE}-${UBOOT_CONFIG_EXTRA} \ | 85 | cp ${DEPLOY_DIR_IMAGE}/u-boot-spl.bin-${MACHINE}-${UBOOT_CONFIG_EXTRA} \ |
| 86 | ${BOOT_STAGING}/u-boot-spl.bin | 86 | ${BOOT_STAGING}/u-boot-spl.bin |
| 87 | 87 | ||
| 88 | cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${UBOOT_DTB_NAME} ${BOOT_STAGING} | 88 | cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${UBOOT_DTB_NAME_EXTRA} ${BOOT_STAGING} |
| 89 | 89 | ||
| 90 | if [ "x${UBOOT_SIGN_ENABLE}" = "x1" ] ; then | 90 | if [ "x${UBOOT_SIGN_ENABLE}" = "x1" ] ; then |
| 91 | # Use DTB binary patched with signature node | 91 | # Use DTB binary patched with signature node |
