summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:48:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:11 +0000
commitc88bcad5883b7d4b4978e167cf7ee2a9c679ddcb (patch)
treec77a311e47343ee2e854333c8faa081584c06106 /meta/recipes-bsp
parentc35646464b469fbe14a0a1bca6341f0e4f59adfa (diff)
downloadpoky-c88bcad5883b7d4b4978e167cf7ee2a9c679ddcb.tar.gz
u-boot: upgrade 2020.07 -> 2020.10
License-Update: added MIT license to README; overall license remains as it was (From OE-Core rev: 32e754ec89e8f33e5b6e83a8ac359ffc3690282f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common.inc4
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb (renamed from meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb)1
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2020.10.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2020.07.bb)1
3 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 9199bbfe0b..cbce408a28 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -7,12 +7,12 @@ SECTION = "bootloaders"
7DEPENDS += "flex-native bison-native" 7DEPENDS += "flex-native bison-native"
8 8
9LICENSE = "GPLv2+" 9LICENSE = "GPLv2+"
10LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" 10LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
11PE = "1" 11PE = "1"
12 12
13# We use the revision in order to avoid having to fetch it from the 13# We use the revision in order to avoid having to fetch it from the
14# repo during parse 14# repo during parse
15SRCREV = "2f5fbb5b39f7b67044dda5c35e4a4b31685a3109" 15SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890"
16 16
17SRC_URI = "git://git.denx.de/u-boot.git \ 17SRC_URI = "git://git.denx.de/u-boot.git \
18 " 18 "
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb
index 7eaf721ca8..ef386f76e6 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb
@@ -1,2 +1,3 @@
1require u-boot-common.inc 1require u-boot-common.inc
2require u-boot-tools.inc 2require u-boot-tools.inc
3
diff --git a/meta/recipes-bsp/u-boot/u-boot_2020.07.bb b/meta/recipes-bsp/u-boot/u-boot_2020.10.bb
index 02d67c0db2..4f5b3e5dfd 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2020.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2020.10.bb
@@ -2,3 +2,4 @@ require u-boot-common.inc
2require u-boot.inc 2require u-boot.inc
3 3
4DEPENDS += "bc-native dtc-native" 4DEPENDS += "bc-native dtc-native"
5