summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-05-13 08:02:28 -0300
committerGitHub <noreply@github.com>2025-05-13 08:02:28 -0300
commita8be414e263dcb2067dcd95e5b1ca00702a0f17e (patch)
treed878badd6b53973206c9d0ca4ed4494eb3f85f6c
parentd51dc5442a171b4d16d8b8c34fffcaef44dd7790 (diff)
parenta3b861b9ee313b7f8df38c971e18470874d8dbe7 (diff)
downloadmeta-freescale-a8be414e263dcb2067dcd95e5b1ca00702a0f17e.tar.gz
Merge pull request #2260 from Freescale/backport-2241-to-styhead
[Backport styhead] imx-mkimage: Update to NXP BSP 6.12.3_1.0.0
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
index abc60c9e..ad464aee 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -1,12 +1,12 @@
1# Copyright 2017-2023 NXP 1# Copyright 2017-2025 NXP
2 2
3DEPENDS = "zlib-native openssl-native" 3DEPENDS = "zlib-native openssl-native"
4 4
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.52_2.2.0" 8SRCBRANCH = "lf-6.12.3_1.0.0"
9SRCREV = "71b8c18af93a5eb972d80fbec290006066cff24f" 9SRCREV = "9e60b1f7a87a6397cf8db10e07293075f489e974"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12