summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-10-18 20:25:35 +0200
committerMing Liu <ming.liu@toradex.com>2022-10-18 20:31:16 +0200
commit9e006dccef9e22a430ab56b765420b13f532c56a (patch)
tree709587798132d32f1d0e2fdacf7cd6bd3925da7e
parent9f9bd44f739697448a03c19534fa079e6445377f (diff)
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 <andrey.z@gmail.com> 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 <andrey.z@gmail.com> ] let's delete the bbappend recipe. Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--recipes-bsp/imx-mkimage/imx-boot_%.bbappend9
1 files changed, 0 insertions, 9 deletions
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
-}