From 109f291e96f8532f23f7f80f1c16e1aa061bff00 Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Thu, 23 Apr 2020 12:37:44 -0700 Subject: [PATCH] u-boot-boundary: fix u-boot-nodtb.bin deploy path This is in response to imx-boot throwing error in do_compile for mx8 machines. Signed-off-by: Chris Dimich (cherry picked from commit f659fca91a25ba567869ceb1749a20571a71fab3) --- recipes-bsp/u-boot/u-boot-boundary_2018.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary_2018.07.bb b/recipes-bsp/u-boot/u-boot-boundary_2018.07.bb index 3bbcb5f..939a447 100644 --- a/recipes-bsp/u-boot/u-boot-boundary_2018.07.bb +++ b/recipes-bsp/u-boot/u-boot-boundary_2018.07.bb @@ -11,7 +11,7 @@ do_deploy_append_mx8 () { 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} + install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG} } COMPATIBLE_MACHINE = "(nitrogen6x-lite|nitrogen6x|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn)"