From f2ce1d36a574dfe94f760433e0ccc2b842e349ac Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 18 Apr 2023 19:31:01 +0300 Subject: imx-mkimage: Update lf-5.15.71-2.2.0 to lf-6.1.1_1.0.0 Relevant changes: - d489494 Add SCR file SCR-imx-lib.txt for imx-mkimage - 9c3eae7 imx93: Add bootaux container for M33 - a9deaa5 MA-20928 Add support for TEE compression - c015c34 iMX93: support flash XIP boot - e72c588 iMX8DXL: update default hash algorithm for kernel image to SHA256 - 11fedfb Revert "iMX8DXL: add flash_kernel_sha256 target for sha256 hash alogorithm" Signed-off-by: Oleksandr Suvorov --- recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 4 ++-- 1 file 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 4a4bc4c9..3e2e939a 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" SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ " -SRCBRANCH = "lf-5.15.71_2.2.0" -SRCREV = "3bfcfccb71ddf894be9c402732ccb229fe72099e" +SRCBRANCH = "lf-6.1.1_1.0.0" +SRCREV = "d489494622585a47b4be88988595b0e4f9598f39" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf