diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-10-05 09:31:09 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-05 09:31:09 -0300 |
| commit | 1366c9c27221967eb644cffd745b114c134931f2 (patch) | |
| tree | a51e098163cce0f8d3917bb3cf7aff8f76fedccc | |
| parent | aa48cdb4dca363398d4a2173125a31b904e7b12f (diff) | |
| parent | 07201c83b2b9ff1fff0eb069f6ed9a5b8c0f0034 (diff) | |
| download | meta-freescale-1366c9c27221967eb644cffd745b114c134931f2.tar.gz | |
Merge pull request #1657 from lms-ts/master
imx-boot: Copy UBOOT_DTB_NAME_EXTRA instead of UBOOT_DTB_NAME to BOOT…
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 6 |
1 files changed, 3 insertions, 3 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..7a623e552 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
| @@ -85,11 +85,11 @@ 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} | ||
| 89 | |||
| 90 | if [ "x${UBOOT_SIGN_ENABLE}" = "x1" ] ; then | 88 | if [ "x${UBOOT_SIGN_ENABLE}" = "x1" ] ; then |
| 91 | # Use DTB binary patched with signature node | 89 | # Use DTB binary patched with signature node |
| 92 | cp ${DEPLOY_DIR_IMAGE}/${UBOOT_DTB_BINARY} ${BOOT_STAGING}/${UBOOT_DTB_NAME} | 90 | cp ${DEPLOY_DIR_IMAGE}/${UBOOT_DTB_BINARY} ${BOOT_STAGING}/${UBOOT_DTB_NAME_EXTRA} |
| 91 | else | ||
| 92 | cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${UBOOT_DTB_NAME_EXTRA} ${BOOT_STAGING} | ||
| 93 | fi | 93 | fi |
| 94 | 94 | ||
| 95 | cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG_EXTRA} \ | 95 | cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG_EXTRA} \ |
