From 74b59a3af7a122c15233b32d6eb53cdf0622d5e8 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 3 Sep 2019 15:20:15 +0200 Subject: [PATCH] Revert "imx-boot: move m4 demos artifacts to BOOT_TOOLS directory" The imx-boot recipe expects the m4 demos to be in the root of the deploy directory when building the package. This reverts commit a0d01e1cf6f06103f85511672d31bb6eeef30abf. https://jira.digi.com/browse/DEL-6731 --- meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend index 38ccc7c4f..d308ac393 100644 --- a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend +++ b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend @@ -106,9 +106,6 @@ do_deploy () { # copy makefile (soc.mak) for reference install -m 0644 ${BOOT_STAGING}/soc.mak ${DEPLOYDIR}/${BOOT_TOOLS} - # Move all M4 demo artifacts to the imx-boot-tools folder - mv ${DEPLOY_DIR_IMAGE}/imx8qx_m4_* ${DEPLOYDIR}/${BOOT_TOOLS}/ - # copy the generated boot image to deploy path for ramc in ${UBOOT_RAM_COMBINATIONS}; do IMAGE_IMXBOOT_TARGET=""