summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-03-21 22:22:17 -0300
committerGitHub <noreply@github.com>2025-03-21 22:22:17 -0300
commit5c73b6f49ff91a30ab1e1355a6c96fc385a5349b (patch)
tree3971cb405a6d25d6511855f4ca2583ee790b1a78
parentada549c176e581c0748e135b35f44eaaa628a6af (diff)
parent88c261e6ef659085755b54082702feb868fef4ea (diff)
downloadmeta-freescale-5c73b6f49ff91a30ab1e1355a6c96fc385a5349b.tar.gz
Merge pull request #2152 from nxp-upstream/imx-mkimage
imx-mkimage: Upgrade to NXP BSP 6.6.52_2.2.0
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
index 8617ca36..abc60c9e 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -5,8 +5,8 @@ DEPENDS = "zlib-native openssl-native"
5SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ 5SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \
6 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ 6 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
7" 7"
8SRCBRANCH = "lf-6.6.36_2.1.0" 8SRCBRANCH = "lf-6.6.52_2.2.0"
9SRCREV = "4622115cbc037f79039c4522faeced4aabea986b" 9SRCREV = "71b8c18af93a5eb972d80fbec290006066cff24f"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12