summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-atf
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-04-13 21:07:09 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-16 10:32:45 -0300
commit133d09fd8da44220368d662284ad47d91d14f77b (patch)
tree5bd31d6bc32e3b6942754b3b2b5d60e103600e36 /recipes-bsp/imx-atf
parent8b3fafb2998303c053f7509c5a2753986e871c51 (diff)
downloadmeta-freescale-133d09fd8da44220368d662284ad47d91d14f77b.tar.gz
imx-atf: update to use new kernel 5.4.3-1.0.0 branch
Update recipe to pull sources from new branch, which is aligned with new kernel version 5.4.3 Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-bsp/imx-atf')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.0.bb b/recipes-bsp/imx-atf/imx-atf_2.0.bb
index a5e0fe8d..33ed6c62 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.0.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.0.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m
7 7
8PV .= "+git${SRCPV}" 8PV .= "+git${SRCPV}"
9 9
10SRCBRANCH = "imx_4.19.35_1.1.0" 10SRCBRANCH = "lf-5.4.y"
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 = "70fa7bcc1a2035ab8402550911b3ae29eff55371" 14SRCREV = "7b3389d49815f1e3f7942bd312a27ee665bd2e33"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17