diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2020-12-09 11:46:06 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-11 19:37:54 -0300 |
commit | 5264a3a3d2f04f15fab13fa086a0149493636401 (patch) | |
tree | 1c0fcf007869f2eb24c57214d78b948d5c8db69a | |
parent | 60d3bf09399924803a7440067144ca7f8dd01f42 (diff) | |
download | meta-freescale-5264a3a3d2f04f15fab13fa086a0149493636401.tar.gz |
u-boot-fslc: Update to version 2020.10
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>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2020.10.inc (renamed from recipes-bsp/u-boot/u-boot-fslc-common_2020.04.inc) | 8 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.10.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.04.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2020.10.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2020.04.bb) | 0 |
3 files changed, 4 insertions, 4 deletions
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 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 @@ | |||
4 | inherit fsl-u-boot-localversion | 4 | inherit fsl-u-boot-localversion |
5 | 5 | ||
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" | 7 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" |
8 | 8 | ||
9 | DEPENDS += "bison-native" | 9 | DEPENDS += "bison-native" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" | 11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" |
12 | 12 | ||
13 | SRCREV = "88c58453be8cd87eb55f8e283ac4dcce5b59006d" | 13 | SRCREV = "5003fc093c40895e541fe481016bd3220078a81c" |
14 | SRCBRANCH = "2020.04+fslc" | 14 | SRCBRANCH = "2020.10+fslc" |
15 | 15 | ||
16 | PV = "v2020.04+git${SRCPV}" | 16 | PV = "v2020.10+git${SRCPV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | B = "${WORKDIR}/build" | 19 | 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 index 2492f450..2492f450 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2020.04.bb +++ b/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 index 64588efc..64588efc 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2020.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2020.10.bb | |||