From feae17e6f6d88c0bd7b938a3fc2c4ef2f2e8af95 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 22 May 2019 19:59:20 -0500 Subject: 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 --- recipes-bsp/u-boot/u-boot-imx_2018.03.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/u-boot') 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 -- cgit v1.2.3-54-g00ecf