summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
-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 6db6a883..453ef0ed 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -2,11 +2,11 @@
2 2
3DEPENDS = "zlib-native openssl-native" 3DEPENDS = "zlib-native openssl-native"
4 4
5SRC_URI = "git://source.codeaurora.org/external/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-5.15.32_2.0.0" 8SRCBRANCH = "lf-5.15.52_2.1.0"
9SRCREV = "a8bb8edb45492ac70b33734122a57aa8e38a20bd" 9SRCREV = "37648c8ba5094420faa8206d8cb8e0c6f17d72fc"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12