From: Fabio Berton Date: Wed, 9 Dec 2020 14:46:06 +0000 (-0300) Subject: u-boot-fslc: Update to version 2020.10 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5264a3a3d2f04f15fab13fa086a0149493636401;p=meta-freescale.git 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 --- 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