From 9de18351e0fd42b949b8cc55c74883162e42e6a4 Mon Sep 17 00:00:00 2001 From: Peter Bergin Date: Sun, 4 Jul 2021 16:18:09 +0200 Subject: [PATCH] u-boot-imx: upgrade to 2021.04 Use the latest released version of u-boot-imx from NXP's release. For a full log of changes run this command in the repo uboot-imx: $ git log 185bdaaaf5644319284566e5c340927d28954a1a..3463140881c523e248d2fcb6bfc9ed25c0db93bd Signed-off-by: Peter Bergin --- ...imx-common_2020.04.inc => u-boot-imx-common_2021.04.inc} | 6 +++--- ...imx-mfgtool_2020.04.bb => u-boot-imx-mfgtool_2021.04.bb} | 0 .../u-boot/{u-boot-imx_2020.04.bb => u-boot-imx_2021.04.bb} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename recipes-bsp/u-boot/{u-boot-imx-common_2020.04.inc => u-boot-imx-common_2021.04.inc} (76%) rename recipes-bsp/u-boot/{u-boot-imx-mfgtool_2020.04.bb => u-boot-imx-mfgtool_2021.04.bb} (100%) rename recipes-bsp/u-boot/{u-boot-imx_2020.04.bb => u-boot-imx_2021.04.bb} (100%) diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2020.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2021.04.inc similarity index 76% rename from recipes-bsp/u-boot/u-boot-imx-common_2020.04.inc rename to recipes-bsp/u-boot/u-boot-imx-common_2021.04.inc index f1edc92c..2abcac9b 100644 --- a/recipes-bsp/u-boot/u-boot-imx-common_2020.04.inc +++ b/recipes-bsp/u-boot/u-boot-imx-common_2021.04.inc @@ -3,9 +3,9 @@ DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRCBRANCH = "imx_v2020.04_5.4.70_2.3.0" +SRCBRANCH = "lf_v2021.04" SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" -SRCREV = "185bdaaaf5644319284566e5c340927d28954a1a" +SRCREV = "3463140881c523e248d2fcb6bfc9ed25c0db93bd" DEPENDS += "flex-native bison-native bc-native dtc-native" @@ -14,7 +14,7 @@ B = "${WORKDIR}/build" inherit fsl-u-boot-localversion -LOCALVERSION ?= "-imx_v2020.04_5.4.70_2.3.2" +LOCALVERSION ?= "-imx_v2021.04_5.10.35_2.0.0" BOOT_TOOLS = "imx-boot-tools" diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2020.04.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2021.04.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-imx-mfgtool_2020.04.bb rename to recipes-bsp/u-boot/u-boot-imx-mfgtool_2021.04.bb diff --git a/recipes-bsp/u-boot/u-boot-imx_2020.04.bb b/recipes-bsp/u-boot/u-boot-imx_2021.04.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-imx_2020.04.bb rename to recipes-bsp/u-boot/u-boot-imx_2021.04.bb -- 2.40.1