diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-05-22 19:59:20 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-06-13 13:27:33 -0300 |
| commit | feae17e6f6d88c0bd7b938a3fc2c4ef2f2e8af95 (patch) | |
| tree | b1d0c6734731a78c32b8953cca05ea074c029e35 | |
| parent | 5944f78f021912fcdaed7acc1a2648a9764c9777 (diff) | |
| download | meta-freescale-feae17e6f6d88c0bd7b938a3fc2c4ef2f2e8af95.tar.gz | |
u-boot-imx: Update intermediate name for u-boot nodtb binary
Add the MACHINE and UBOOT_CONFIG to the binary name.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2018.03.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2018.03.bb b/recipes-bsp/u-boot/u-boot-imx_2018.03.bb index fcd341368..ed32ffcbe 100644 --- a/recipes-bsp/u-boot/u-boot-imx_2018.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2018.03.bb | |||
| @@ -35,7 +35,7 @@ do_deploy_append_mx8m() { | |||
| 35 | install -d ${DEPLOYDIR}/${BOOT_TOOLS} | 35 | install -d ${DEPLOYDIR}/${BOOT_TOOLS} |
| 36 | install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} | 36 | install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} |
| 37 | install -m 0777 ${B}/${config}/tools/mkimage ${DEPLOYDIR}/${BOOT_TOOLS}/mkimage_uboot | 37 | install -m 0777 ${B}/${config}/tools/mkimage ${DEPLOYDIR}/${BOOT_TOOLS}/mkimage_uboot |
| 38 | install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin | 38 | install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG} |
| 39 | fi | 39 | fi |
| 40 | done | 40 | done |
| 41 | unset j | 41 | unset j |
