From 4cc37e369a36f31327461a361b4bdf1ca275e8ff Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 23 Feb 2022 15:15:12 +0100 Subject: imx-mkimage: drop a Toradex specific fix Backport a fix from meta-freescale upstream: [ commit c59f817b0d1ee70ef224405ff8acd31e0743ed91 Author: Andrey Zhizhikin Date: Thu Oct 21 10:01:01 2021 +0000 imx-mkimage: use mkimage tool from sysroot mkimage tool is provided as a part of sysroot and should not be used as a local copy, since it contains runtime dependencies which local copy does not account for. Drop the local copy on mkimage, introduce the patch that fixes mkimage invocations in build system. Signed-off-by: Andrey Zhizhikin ] Related-to: ELB-3046 Signed-off-by: Ming Liu --- recipes-bsp/imx-mkimage/imx-boot_%.bbappend | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 recipes-bsp/imx-mkimage/imx-boot_%.bbappend (limited to 'recipes-bsp') diff --git a/recipes-bsp/imx-mkimage/imx-boot_%.bbappend b/recipes-bsp/imx-mkimage/imx-boot_%.bbappend deleted file mode 100644 index bd97840..0000000 --- a/recipes-bsp/imx-mkimage/imx-boot_%.bbappend +++ /dev/null @@ -1,8 +0,0 @@ -# Create symbolic link rather than copying mkimage_uboot -compile_mx8m_prepend() { - rm -rf ${BOOT_STAGING}/mkimage_uboot -} -compile_mx8m_append() { - rm -rf ${BOOT_STAGING}/mkimage_uboot - lnr ${STAGING_DIR_NATIVE}/${bindir}/mkimage ${BOOT_STAGING}/mkimage_uboot -} -- cgit v1.2.3