From 889bee44c42f7d484f7ac2195f517eaa5d398934 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 18 Oct 2022 20:25:35 +0200 Subject: imx-boot: drop bbappend recipe The changes in this bbappend file are deprecated since the following commit merged in meta-freescale: [ 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 ] let's delete the bbappend recipe. Signed-off-by: Ming Liu (cherry picked from commit 9e006dccef9e22a430ab56b765420b13f532c56a) --- recipes-bsp/imx-mkimage/imx-boot_%.bbappend | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 recipes-bsp/imx-mkimage/imx-boot_%.bbappend diff --git a/recipes-bsp/imx-mkimage/imx-boot_%.bbappend b/recipes-bsp/imx-mkimage/imx-boot_%.bbappend deleted file mode 100644 index 23096f1..0000000 --- a/recipes-bsp/imx-mkimage/imx-boot_%.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -# Create symbolic link rather than copying mkimage_uboot -compile:mx8m-generic-bsp:prepend() { - rm -rf ${BOOT_STAGING}/mkimage_uboot -# export LD_LIBRARY_PATH=${STAGING_LIBDIR_NATIVE}:$LD_LIBRARY_PATH -} -compile:mx8m-generic-bsp:append() { - rm -rf ${BOOT_STAGING}/mkimage_uboot - ln -frs ${STAGING_DIR_NATIVE}/${bindir}/mkimage ${BOOT_STAGING}/mkimage_uboot -} -- cgit v1.2.3