diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-01-12 22:14:17 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-02-01 11:24:43 -0300 |
commit | d46f7a84f9bde371bd1ff17ed30e8542a870509b (patch) | |
tree | d1bcfdb29b1cb749eea1ce31a054ec618cc617bf /recipes-bsp/imx-atf/imx-atf_2.2.bb | |
parent | 5495996f680c401c1759bf944450c3000b837c66 (diff) | |
download | meta-freescale-d46f7a84f9bde371bd1ff17ed30e8542a870509b.tar.gz |
imx-atf: upgrade to NXP release 5.4.70_2.3.0
Update recipe SRCREV and branch to point to new version available as a
part of NXP release [imx_5.4.70_2.3.0].
Drop patches applied upstream from the layer.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_2.2.bb')
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.2.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.2.bb b/recipes-bsp/imx-atf/imx-atf_2.2.bb index 6fb857ec..81d884ad 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.2.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.2.bb | |||
@@ -7,12 +7,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m | |||
7 | 7 | ||
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRCBRANCH = "imx_5.4.47_2.2.0" | 10 | SRCBRANCH = "imx_5.4.70_2.3.0" |
11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ | 11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ |
12 | file://0001-imx-Fix-missing-inclusion-of-cdefs.h.patch \ | ||
13 | file://0001-imx-Fix-multiple-definition-of-ipc_handle.patch \ | ||
14 | " | 12 | " |
15 | SRCREV = "c949a888e909811db191500c51456391dff61284" | 13 | SRCREV = "f1d7187f261ebf4b8a2a70d638d4bfc0a9b26c29" |
16 | 14 | ||
17 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
18 | 16 | ||