summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-07-27 18:39:18 -0300
committerGitHub <noreply@github.com>2023-07-27 18:39:18 -0300
commit5f41ebe96a9a14d3cdec7147e81b442a8fe37b6e (patch)
tree764f39481899708e7b0762f832595970ab1503a8
parent3a0d7fe8730d71e6ab4e94ed99096d9dd19548e0 (diff)
parent893ff255e01cc99116873ecbf9a8c2859e5b7b62 (diff)
downloadmeta-freescale-5f41ebe96a9a14d3cdec7147e81b442a8fe37b6e.tar.gz
Merge pull request #1624 from MrCry0/master-atf
imx-atf: Update 6.1.1-1.0.0 to 6.1.22-2.0.0
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.8.bb (renamed from recipes-bsp/imx-atf/imx-atf_2.6.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.8.bb
index 40b13fff..b6acd13d 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.6.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.8.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2017-2022 NXP 1# Copyright (C) 2017-2023 NXP
2 2
3DESCRIPTION = "i.MX ARM Trusted Firmware" 3DESCRIPTION = "i.MX ARM Trusted Firmware"
4SECTION = "BSP" 4SECTION = "BSP"
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m
8PV .= "+git${SRCPV}" 8PV .= "+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" 10SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}"
11SRCBRANCH = "lf_v2.6" 11SRCBRANCH = "lf_v2.8"
12SRCREV = "616a4588f333522d50a55bedd2b9a90a51474a75" 12SRCREV = "99195a23d3aef485fb8f10939583b1bdef18881c"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15