diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-08-01 11:37:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-01 11:37:50 -0300 |
commit | 1425fda62f7fa2f6bedaf0b2c41b2dae9ec1c3e7 (patch) | |
tree | 4bf0cd2b1d3aa1a3ce6ef16e66c27970c9d0b97c | |
parent | bf9b59bbf0e6616d84ae3827b5c885ac4f23009c (diff) | |
parent | 108f0a1e018b609f65d286e23d4582b634403c01 (diff) | |
download | meta-freescale-1425fda62f7fa2f6bedaf0b2c41b2dae9ec1c3e7.tar.gz |
Merge pull request #1872 from hiagofranco/sync_scarthgap_imx-atf
imx-atf: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
-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 8bd6ad121..14ed12523 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 | ||
3 | DESCRIPTION = "i.MX ARM Trusted Firmware" | 3 | DESCRIPTION = "i.MX ARM Trusted Firmware" |
4 | SECTION = "BSP" | 4 | SECTION = "BSP" |
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m | |||
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" |
11 | SRCBRANCH = "lf_v2.8" | 11 | SRCBRANCH = "lf_v2.10" |
12 | SRCREV = "8dbe28631802a51b3ec8179b2c5635b00393ad97" | 12 | SRCREV = "49143a1701d9ccd3239e3f95f3042897ca889ea8" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||