summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-10-18 20:25:35 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-10-27 13:17:52 +0200
commit889bee44c42f7d484f7ac2195f517eaa5d398934 (patch)
tree83df3c330120091b7279c558ecb2b4a8c5b34354 /recipes-bsp
parent04b44fe6a0c6f3ebde00f92b5ccae67b648d5b9d (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> (cherry picked from commit 9e006dccef9e22a430ab56b765420b13f532c56a)
Diffstat (limited to 'recipes-bsp')
-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
-}