From 9c065b39c2784182faf2bde0c7e6733dd4786436 Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Fri, 30 Aug 2019 10:50:42 +0200 Subject: [PATCH] u-boot-dey: move symlinks to imx-boot-folder Move symlinks to u-boot artifacts created on u-boot.inc to imx-boot-tools folder. Signed-off-by: Gonzalo Ruiz --- meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc b/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc index 90039e54a..b3acff935 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc @@ -177,4 +177,5 @@ do_deploy_append_ccimx8x() { # U-Boot images are not bootable on the i.MX8X install -d ${DEPLOYDIR}/${BOOT_TOOLS} mv ${DEPLOYDIR}/u-boot* ${DEPLOYDIR}/${BOOT_TOOLS}/ + mv ${DEPLOYDIR}/${UBOOT_SYMLINK}-* ${DEPLOYDIR}/${BOOT_TOOLS}/ }