diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-03-21 11:12:56 -0700 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-03-31 17:06:06 -0300 |
commit | 13b8d981e7e41acb5ba383e600680ace25ed6d88 (patch) | |
tree | 430de4387f508bdda833e30ce07fb3e1344ffa64 | |
parent | a40d522ff1ea74a7b446775d18392e18de816eb6 (diff) | |
download | meta-freescale-13b8d981e7e41acb5ba383e600680ace25ed6d88.tar.gz |
imx-mkimage: Upgrade to NXP BSP 6.6.52_2.2.0
71b8c18 Add flash_all_ap target for non-Linux ap image.
b8f5454 For iMX95, change verdin M7 image name.
d97f0eb For iMX95, change 15x15 M7 image name.
0576197 M7 image names changed again.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 4 |
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" | |||
5 | SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ | 5 | SRC_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 | " |
8 | SRCBRANCH = "lf-6.6.36_2.1.0" | 8 | SRCBRANCH = "lf-6.6.52_2.2.0" |
9 | SRCREV = "4622115cbc037f79039c4522faeced4aabea986b" | 9 | SRCREV = "71b8c18af93a5eb972d80fbec290006066cff24f" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||