summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot_2021.01.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-02-08 11:59:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-09 11:22:54 +0000
commitf5188da2f12bee03e087c20d90720250e65e2922 (patch)
treee9d5c88c6762e403a7898c55a08e58967b079c89 /meta/recipes-bsp/u-boot/u-boot_2021.01.bb
parent34ea1433fcf5e2f256083f91f120e0b78c613ed5 (diff)
downloadpoky-f5188da2f12bee03e087c20d90720250e65e2922.tar.gz
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_2021.01.bb')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2021.01.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2021.01.bb b/meta/recipes-bsp/u-boot/u-boot_2021.01.bb
new file mode 100644
index 0000000000..2eef1e900e
--- /dev/null
+++ b/meta/recipes-bsp/u-boot/u-boot_2021.01.bb
@@ -0,0 +1,4 @@
1require u-boot-common.inc
2require u-boot.inc
3
4DEPENDS += "bc-native dtc-native python3-setuptools-native"