]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx: Update intermediate name for u-boot nodtb binary
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 23 May 2019 00:59:20 +0000 (19:59 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Jun 2019 16:27:33 +0000 (13:27 -0300)
Add the MACHINE and UBOOT_CONFIG to the binary name.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/u-boot/u-boot-imx_2018.03.bb

index fcd341368fbf758e308ac76c8a044689fdc0f636..ed32ffcbe8d874be900733641b942fceeb201e5a 100644 (file)
@@ -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