summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-10-21 10:01:01 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2023-03-08 14:14:30 +0000
commitff9640a8c9e2975e342d9f40fee97e8f3a660da8 (patch)
treeaee35f7d6beb1eaf31d8d4fa56f4871ef9cc2ea2 /recipes-bsp/imx-mkimage/imx-mkimage_git.inc
parent325c08c0773a2f1c54d28ea8aeda7c3d110d88a3 (diff)
downloadmeta-freescale-ff9640a8c9e2975e342d9f40fee97e8f3a660da8.tar.gz
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> (cherry picked from commit c59f817b0d1ee70ef224405ff8acd31e0743ed91) Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
index db0f6bf4..411fee3e 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -3,7 +3,9 @@
3DEPENDS = "zlib-native openssl-native" 3DEPENDS = "zlib-native openssl-native"
4 4
5SRCBRANCH = "imx_5.4.24_2.1.0" 5SRCBRANCH = "imx_5.4.24_2.1.0"
6SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" 6SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \
7 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
8"
7SRCREV = "6745ccdcf15384891639b7ced3aa6ce938682365" 9SRCREV = "6745ccdcf15384891639b7ced3aa6ce938682365"
8S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
9 11