summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Lindner <mihai.lindner@nxp.com>2019-05-21 18:13:34 +0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-05-21 14:09:42 -0300
commita81511cfec6cb9f9fd353c7471d240bc4e9766f2 (patch)
treea031b758f9150294896e1e84902a43d8dc54c1b0
parentd62b3e9e33dbd8a2f2acf8072c314aef2e2103e2 (diff)
downloadmeta-freescale-a81511cfec6cb9f9fd353c7471d240bc4e9766f2.tar.gz
imx-atf: Upgrade version from 1.5 to 2.0
Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.0.bb (renamed from recipes-bsp/imx-atf/imx-atf_1.5.0.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_1.5.0.bb b/recipes-bsp/imx-atf/imx-atf_2.0.bb
index 9d402dba..fdb18fbe 100644
--- a/recipes-bsp/imx-atf/imx-atf_1.5.0.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.0.bb
@@ -1,17 +1,17 @@
1# Copyright 2017-2018 NXP 1# Copyright (C) 2017-2019 NXP
2 2
3DESCRIPTION = "i.MX ARM Trusted Firmware" 3DESCRIPTION = "i.MX ARM Trusted Firmware"
4SECTION = "BSP" 4SECTION = "BSP"
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" 6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
7 7
8PV = "1.5.0+git${SRCPV}" 8PV .= "+git${SRCPV}"
9 9
10SRCBRANCH = "imx_4.9.123_imx8mm_ga" 10SRCBRANCH = "imx_4.14.98_2.0.0_ga"
11SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ 11SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \
12 file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \ 12 file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \
13" 13"
14SRCREV = "af3554fc6ea8c17710ffd37a14a25834fad19271" 14SRCREV = "1cb68fa0a0dd8bc00b9871b51d4c4e1d0a827b2d"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17