summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-05-13 07:51:56 -0300
committerGitHub <noreply@github.com>2025-05-13 07:51:56 -0300
commitd40a6fc6c25a34c54c90cbb71f03e67fafbebb54 (patch)
treebeac5f74ef1beb2c5daaae4ec0058320742bc5e6
parent6197fdf68d33ed563a27e20919a67274a2bc516f (diff)
parentf4ec14f08d01bfba75522c0a4fdbe3a5aab3ae33 (diff)
downloadmeta-freescale-d40a6fc6c25a34c54c90cbb71f03e67fafbebb54.tar.gz
Merge pull request #2241 from nxp-upstream/imx-boot
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