diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-10-25 12:20:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 12:20:44 -0300 |
commit | 348d3a23be97e0d8827d7a4938c85cb6e62f79d5 (patch) | |
tree | c7593ba5313370e75b564179f16faa16868c8dc9 /recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |
parent | d6082e9971906fa46876dff9330a0db9060ef8ef (diff) | |
parent | c81ddb2dc11fe405b1b190d082f1798387eff071 (diff) | |
download | meta-freescale-348d3a23be97e0d8827d7a4938c85cb6e62f79d5.tar.gz |
Merge pull request #896 from zandrey/upgrade-to-nxp-5.10.52-2.1.0
Upgrade to NXP Release: 5.10.52-2.1.0
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index 1288d877..c51c1e08 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |||
@@ -2,11 +2,12 @@ | |||
2 | 2 | ||
3 | DEPENDS = "zlib-native openssl-native" | 3 | DEPENDS = "zlib-native openssl-native" |
4 | 4 | ||
5 | SRCBRANCH = "lf-5.10.y_2.0.0" | 5 | SRCBRANCH = "lf-5.10.52_2.1.0" |
6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ | 6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ |
7 | file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \ | 7 | file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \ |
8 | file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ | ||
8 | " | 9 | " |
9 | SRCREV = "5138add7602a50d1730a54d0b67219f0ce0666b4" | 10 | SRCREV = "1112c88470f339dc631e2a7117087f416af6d6b5" |
10 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
11 | 12 | ||
12 | BOOT_TOOLS = "imx-boot-tools" | 13 | BOOT_TOOLS = "imx-boot-tools" |