]> code.ossystems Code Review - openembedded-core.git/commitdiff
u-boot: upgrade 2020.10 -> 2021.01
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 8 Feb 2021 10:59:26 +0000 (11:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Feb 2021 11:22:46 +0000 (11:22 +0000)
tools/binman/binman needs python3-setuptools now.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot-common.inc
meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb [moved from meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb with 100% similarity]
meta/recipes-bsp/u-boot/u-boot_2020.10.bb [deleted file]
meta/recipes-bsp/u-boot/u-boot_2021.01.bb [new file with mode: 0644]

index cbce408a28a86b70112a680a7ae7674dc0ec88b6..5a8035f4320033df6d77d0389768726c7ccaeb5f 100644 (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 \
           "
diff --git a/meta/recipes-bsp/u-boot/u-boot_2020.10.bb b/meta/recipes-bsp/u-boot/u-boot_2020.10.bb
deleted file mode 100644 (file)
index 4f5b3e5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-require u-boot-common.inc
-require u-boot.inc
-
-DEPENDS += "bc-native dtc-native"
-
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 (file)
index 0000000..2eef1e9
--- /dev/null
@@ -0,0 +1,4 @@
+require u-boot-common.inc
+require u-boot.inc
+
+DEPENDS += "bc-native dtc-native python3-setuptools-native"