summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2024-07-24 14:47:12 -0300
committerHiago De Franco <hiago.franco@toradex.com>2024-07-25 15:43:55 -0300
commit108f0a1e018b609f65d286e23d4582b634403c01 (patch)
treed02b055cc2e2a41ce6a6c18635aaad085fff89f9
parentc4ef717d621ce0b1f3ff077eb91cb2cc44e02329 (diff)
downloadmeta-freescale-108f0a1e018b609f65d286e23d4582b634403c01.tar.gz
imx-atf: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
Update to 49143a1701d9 used in the NXP BSP release L6.6.23-2.0.0. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit 8b73b581eeb0018ef00a1922e3bc3d86cf10d664)
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.10.bb (renamed from recipes-bsp/imx-atf/imx-atf_2.8.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.8.bb b/recipes-bsp/imx-atf/imx-atf_2.10.bb
index 8bd6ad12..14ed1252 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.8.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.10.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2017-2023 NXP 1# Copyright (C) 2017-2024 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.8" 11SRCBRANCH = "lf_v2.10"
12SRCREV = "8dbe28631802a51b3ec8179b2c5635b00393ad97" 12SRCREV = "49143a1701d9ccd3239e3f95f3042897ca889ea8"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15