diff options
author | 2021-02-08 11:59:26 +0100 | |
---|---|---|
committer | 2021-02-09 11:22:54 +0000 | |
commit | f5188da2f12bee03e087c20d90720250e65e2922 (patch) | |
tree | e9d5c88c6762e403a7898c55a08e58967b079c89 /meta/recipes-bsp/u-boot/u-boot-common.inc | |
parent | 34ea1433fcf5e2f256083f91f120e0b78c613ed5 (diff) | |
download | poky-f5188da2f12bee03e087c20d90720250e65e2922.tar.gz poky-f5188da2f12bee03e087c20d90720250e65e2922.tar.bz2 poky-f5188da2f12bee03e087c20d90720250e65e2922.zip |
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>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index cbce408a28..5a8035f432 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -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 \ " |