From: Tom Hochstein Date: Thu, 23 May 2019 00:59:20 +0000 (-0500) Subject: u-boot-imx: Update intermediate name for u-boot nodtb binary X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=feae17e6f6d88c0bd7b938a3fc2c4ef2f2e8af95;p=meta-freescale.git 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 --- 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 fcd34136..ed32ffcb 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() { install -d ${DEPLOYDIR}/${BOOT_TOOLS} install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} install -m 0777 ${B}/${config}/tools/mkimage ${DEPLOYDIR}/${BOOT_TOOLS}/mkimage_uboot - install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin + install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG} fi done unset j