diff options
| author | Mihai Lindner <mihai.lindner@nxp.com> | 2019-05-21 18:13:34 +0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-05-21 14:09:42 -0300 |
| commit | a81511cfec6cb9f9fd353c7471d240bc4e9766f2 (patch) | |
| tree | a031b758f9150294896e1e84902a43d8dc54c1b0 | |
| parent | d62b3e9e33dbd8a2f2acf8072c314aef2e2103e2 (diff) | |
| download | meta-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 9d402dba5..fdb18fbef 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 | ||
| 3 | DESCRIPTION = "i.MX ARM Trusted Firmware" | 3 | DESCRIPTION = "i.MX ARM Trusted Firmware" |
| 4 | SECTION = "BSP" | 4 | SECTION = "BSP" |
| 5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" |
| 7 | 7 | ||
| 8 | PV = "1.5.0+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCBRANCH = "imx_4.9.123_imx8mm_ga" | 10 | SRCBRANCH = "imx_4.14.98_2.0.0_ga" |
| 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-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 | " |
| 14 | SRCREV = "af3554fc6ea8c17710ffd37a14a25834fad19271" | 14 | SRCREV = "1cb68fa0a0dd8bc00b9871b51d4c4e1d0a827b2d" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
