summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-19 16:55:42 -0300
committerGitHub <noreply@github.com>2023-04-19 16:55:42 -0300
commiteb1cd772923e816042363d5a0e554fd3bc1f985a (patch)
tree341d76570157ec120392a20748ee78413035e483 /recipes-bsp/imx-mkimage/imx-mkimage_git.inc
parenta612084a4688324dcd8f9478c7e24a31be56dfd6 (diff)
parent4e135f3a45df1e10839b9058b17315792e60a644 (diff)
downloadmeta-freescale-eb1cd772923e816042363d5a0e554fd3bc1f985a.tar.gz
Merge pull request #1504 from MrCry0/master-lf-6.1.1_1.0.0
Update linux kernel and related recipes to 6.1.1-1.0.0
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 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"
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-5.15.71_2.2.0" 8SRCBRANCH = "lf-6.1.1_1.0.0"
9SRCREV = "3bfcfccb71ddf894be9c402732ccb229fe72099e" 9SRCREV = "d489494622585a47b4be88988595b0e4f9598f39"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12