]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Update to version 2020.10
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 9 Dec 2020 14:46:06 +0000 (11:46 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 11 Dec 2020 22:37:54 +0000 (19:37 -0300)
The following commit:

commit 824ed85b77da741a77fa34c8887c37c5151a15a3
Author: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
Date:   Thu Aug 6 12:42:44 2020 +0300

    Add MIT License

Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
changed license file, update md5 checksum to match the new value.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc [moved from recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc with 63% similarity]
recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.10.bb [moved from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.04.bb with 100% similarity]
recipes-bsp/u-boot/u-boot-fslc_2020.10.bb [moved from recipes-bsp/u-boot/u-boot-fslc_2020.04.bb with 100% similarity]

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 94db11cc8239ca9f66caedf289b4a84b18f30b80..fcadc994428d1087cde3f1720feff767c5ed6595 100644 (file)
@@ -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"