From ee14e6f28ee8fe6c14baad02e52a158b7b448a53 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 4 Sep 2018 11:28:45 +0200 Subject: [PATCH] imx-boot: create a symlink to the default 1GB image This simplifies the creation of the sdcard image. https://jira.digi.com/browse/DEL-6159 Signed-off-by: Gabriel Valcazar --- meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb index e90ae6ba2..ce67c406d 100644 --- a/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb +++ b/meta-digi-arm/recipes-bsp/imx-mkimage/imx-boot_0.2.bb @@ -218,6 +218,7 @@ do_deploy () { done cd ${DEPLOYDIR} ln -sf ${BOOT_CONFIG_MACHINE}-${type}.bin-${IMAGE_IMXBOOT_TARGET} ${BOOT_CONFIG_MACHINE}-${type}.bin + ln -sf ${BOOT_CONFIG_MACHINE}-${type}.bin-${IMAGE_IMXBOOT_TARGET} ${BOOT_CONFIG_MACHINE}-${MACHINE}.bin cd - done }