u-boot: upgrade 2020.10 -> 2021.01

tools/binman/binman needs python3-setuptools now.

(From OE-Core rev: cb896051a7e7b25c02fb40aa8a422d3e5580dd34)

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 2021-02-08 11:59:26 +01:00 committed by Richard Purdie
parent 34ea1433fc
commit f5188da2f1
4 changed files with 5 additions and 6 deletions

View File

@ -12,7 +12,7 @@ PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890"
SRCREV = "c4fddedc48f336eabc4ce3f74940e6aa372de18c"
SRC_URI = "git://git.denx.de/u-boot.git \
"

View File

@ -1,5 +0,0 @@
require u-boot-common.inc
require u-boot.inc
DEPENDS += "bc-native dtc-native"

View File

@ -0,0 +1,4 @@
require u-boot-common.inc
require u-boot.inc
DEPENDS += "bc-native dtc-native python3-setuptools-native"