summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2025-05-06 12:06:27 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2025-05-06 12:06:27 -0700
commitf4ec14f08d01bfba75522c0a4fdbe3a5aab3ae33 (patch)
tree07a45298e1afb77605408e34c8c5611ed2ff998b
parent08c189c5c979e3e3667dab62bbfd9d04e66fcab7 (diff)
downloadmeta-freescale-f4ec14f08d01bfba75522c0a4fdbe3a5aab3ae33.tar.gz
imx-mkimage: Update to NXP BSP 6.12.3_1.0.0
9e60b1f i.MX94: change the fcb gen script for i.MX94 9bf51e8 iMX94: Add iMX94 soc makefilies 77dce74 iMX94: add v2 container support c0c69cb imx95: upgrade Synopsys DDR PHY FW to v202409 64fcf1c Handled imx95 parse/extract functionality 55093c4 Add flash_all_ap target for non-Linux ap image. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-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 abc60c9e0..ad464aee2 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