imx-boot: move m4 demos artifacts to BOOT_TOOLS directory

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2019-08-30 10:53:53 +02:00
parent 9c065b39c2
commit a0d01e1cf6
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ 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=""