summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-18 13:43:32 +0300
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-07-20 12:52:03 +0300
commit3aea28136dba302e711d16e2c4935994808e72a4 (patch)
tree585ed7276feccf19c5d34fb7105b5b1dae7c08a8 /recipes-bsp/imx-mkimage/imx-mkimage_git.inc
parent52fa68c24a1252eda3399ed40838c2be280ba4ef (diff)
downloadmeta-freescale-3aea28136dba302e711d16e2c4935994808e72a4.tar.gz
imx-mkimage: Update lf-6.1.1_1.0.0 to lf-6.1.22_2.0.0
Relevant changes: - 5cfd218 MA-21144 imx8m: fix pad_image script - 1752a0a imx8ulp: Change to use A2 as default REV - d523fce imx8m: Add Multiple u-boot DTB support to FIT - 4981b77 MA-21096 Fix tee.bin can't be compressed as expected on 8ulp/8q. - ac12242 MA-21092 Adjust print log for compressed tee.bin Refresh the patch for fixing mkimage_uboot issue for imx8m machines. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc4
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 3e2e939a..56f3fba5 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"
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.1.1_1.0.0" 8SRCBRANCH = "lf-6.1.22_2.0.0"
9SRCREV = "d489494622585a47b4be88988595b0e4f9598f39" 9SRCREV = "5cfd218012e080fb907d9cc301fbb4ece9bc17a9"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12