From cb896051a7e7b25c02fb40aa8a422d3e5580dd34 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 8 Feb 2021 11:59:26 +0100 Subject: u-boot: upgrade 2020.10 -> 2021.01 tools/binman/binman needs python3-setuptools now. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb | 3 --- meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb | 3 +++ meta/recipes-bsp/u-boot/u-boot_2020.10.bb | 5 ----- meta/recipes-bsp/u-boot/u-boot_2021.01.bb | 4 ++++ 5 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2020.10.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot_2021.01.bb (limited to 'meta/recipes-bsp') 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 \ " diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb deleted file mode 100644 index ef386f76e6..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb +++ /dev/null @@ -1,3 +0,0 @@ -require u-boot-common.inc -require u-boot-tools.inc - diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb new file mode 100644 index 0000000000..ef386f76e6 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2021.01.bb @@ -0,0 +1,3 @@ +require u-boot-common.inc +require u-boot-tools.inc + 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 index 4f5b3e5dfd..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2020.10.bb +++ /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 index 0000000000..2eef1e900e --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2021.01.bb @@ -0,0 +1,4 @@ +require u-boot-common.inc +require u-boot.inc + +DEPENDS += "bc-native dtc-native python3-setuptools-native" -- cgit 1.2.3-korg