From 5264a3a3d2f04f15fab13fa086a0149493636401 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 9 Dec 2020 11:46:06 -0300 Subject: [PATCH] u-boot-fslc: Update to version 2020.10 The following commit: commit 824ed85b77da741a77fa34c8887c37c5151a15a3 Author: Anastasiia Lukianenko Date: Thu Aug 6 12:42:44 2020 +0300 Add MIT License Signed-off-by: Anastasiia Lukianenko changed license file, update md5 checksum to match the new value. Signed-off-by: Fabio Berton --- ...-common_2020.04.inc => u-boot-fslc-common_2020.10.inc} | 8 ++++---- ...-mxsboot_2020.04.bb => u-boot-fslc-mxsboot_2020.10.bb} | 0 .../{u-boot-fslc_2020.04.bb => u-boot-fslc_2020.10.bb} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename recipes-bsp/u-boot/{u-boot-fslc-common_2020.04.inc => u-boot-fslc-common_2020.10.inc} (63%) rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2020.04.bb => u-boot-fslc-mxsboot_2020.10.bb} (100%) rename recipes-bsp/u-boot/{u-boot-fslc_2020.04.bb => u-boot-fslc_2020.10.bb} (100%) diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc similarity index 63% rename from recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc rename to recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc index 94db11cc..fcadc994 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc @@ -4,16 +4,16 @@ inherit fsl-u-boot-localversion LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" DEPENDS += "bison-native" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" -SRCREV = "88c58453be8cd87eb55f8e283ac4dcce5b59006d" -SRCBRANCH = "2020.04+fslc" +SRCREV = "5003fc093c40895e541fe481016bd3220078a81c" +SRCBRANCH = "2020.10+fslc" -PV = "v2020.04+git${SRCPV}" +PV = "v2020.10+git${SRCPV}" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.04.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.10.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.04.bb rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.10.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc_2020.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2020.10.bb similarity index 100% rename from recipes-bsp/u-boot/u-boot-fslc_2020.04.bb rename to recipes-bsp/u-boot/u-boot-fslc_2020.10.bb -- 2.40.1