diff options
author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-04-13 21:07:09 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-16 10:32:45 -0300 |
commit | 133d09fd8da44220368d662284ad47d91d14f77b (patch) | |
tree | 5bd31d6bc32e3b6942754b3b2b5d60e103600e36 | |
parent | 8b3fafb2998303c053f7509c5a2753986e871c51 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.0.bb | 4 |
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 | ||
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRCBRANCH = "imx_4.19.35_1.1.0" | 10 | SRCBRANCH = "lf-5.4.y" |
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 = "70fa7bcc1a2035ab8402550911b3ae29eff55371" | 14 | SRCREV = "7b3389d49815f1e3f7942bd312a27ee665bd2e33" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||