From 133d09fd8da44220368d662284ad47d91d14f77b Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Mon, 13 Apr 2020 21:07:09 +0000 Subject: [PATCH] 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 --- recipes-bsp/imx-atf/imx-atf_2.0.bb | 4 ++-- 1 file 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 PV .= "+git${SRCPV}" -SRCBRANCH = "imx_4.19.35_1.1.0" +SRCBRANCH = "lf-5.4.y" SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ file://0001-Allow-BUILD_STRING-to-be-set-in-.revision-file.patch \ " -SRCREV = "70fa7bcc1a2035ab8402550911b3ae29eff55371" +SRCREV = "7b3389d49815f1e3f7942bd312a27ee665bd2e33" S = "${WORKDIR}/git" -- 2.40.1