1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00

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>
This commit is contained in:
Alexander Kanavin
2020-11-02 17:48:33 +01:00
committed by Richard Purdie
parent c35646464b
commit c88bcad588
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -7,12 +7,12 @@ SECTION = "bootloaders"
DEPENDS += "flex-native bison-native" DEPENDS += "flex-native bison-native"
LICENSE = "GPLv2+" LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PE = "1" PE = "1"
# We use the revision in order to avoid having to fetch it from the # We use the revision in order to avoid having to fetch it from the
# repo during parse # repo during parse
SRCREV = "2f5fbb5b39f7b67044dda5c35e4a4b31685a3109" SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890"
SRC_URI = "git://git.denx.de/u-boot.git \ SRC_URI = "git://git.denx.de/u-boot.git \
" "
@@ -1,2 +1,3 @@
require u-boot-common.inc require u-boot-common.inc
require u-boot-tools.inc require u-boot-tools.inc
@@ -2,3 +2,4 @@ require u-boot-common.inc
require u-boot.inc require u-boot.inc
DEPENDS += "bc-native dtc-native" DEPENDS += "bc-native dtc-native"