mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
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:
committed by
Richard Purdie
parent
34ea1433fc
commit
f5188da2f1
@@ -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 \
|
||||
"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
require u-boot-common.inc
|
||||
require u-boot.inc
|
||||
|
||||
DEPENDS += "bc-native dtc-native"
|
||||
|
||||
4
meta/recipes-bsp/u-boot/u-boot_2021.01.bb
Normal file
4
meta/recipes-bsp/u-boot/u-boot_2021.01.bb
Normal file
@@ -0,0 +1,4 @@
|
||||
require u-boot-common.inc
|
||||
require u-boot.inc
|
||||
|
||||
DEPENDS += "bc-native dtc-native python3-setuptools-native"
|
||||
Reference in New Issue
Block a user