From db6fedd77a1a468ce65f7276bb79b5f0ddf4a0b5 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Mon, 6 Jul 2020 22:35:35 +0200 Subject: u-boot: upgrade 2020.04 -> 2020.07 See https://lists.denx.de/pipermail/u-boot/2020-July/418797.html Signed-off-by: Pierre-Jean Texier Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb | 2 -- meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb | 2 ++ meta/recipes-bsp/u-boot/u-boot_2020.04.bb | 4 ---- meta/recipes-bsp/u-boot/u-boot_2020.07.bb | 4 ++++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2020.04.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot_2020.07.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 f4790532b4..9199bbfe0b 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 = "1079ec0a77c3fda510f07860b2549c47f3a46c21" +SRCREV = "2f5fbb5b39f7b67044dda5c35e4a4b31685a3109" SRC_URI = "git://git.denx.de/u-boot.git \ " diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb deleted file mode 100644 index 7eaf721ca8..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2020.04.bb +++ /dev/null @@ -1,2 +0,0 @@ -require u-boot-common.inc -require u-boot-tools.inc diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb new file mode 100644 index 0000000000..7eaf721ca8 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb @@ -0,0 +1,2 @@ +require u-boot-common.inc +require u-boot-tools.inc diff --git a/meta/recipes-bsp/u-boot/u-boot_2020.04.bb b/meta/recipes-bsp/u-boot/u-boot_2020.04.bb deleted file mode 100644 index 02d67c0db2..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2020.04.bb +++ /dev/null @@ -1,4 +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_2020.07.bb b/meta/recipes-bsp/u-boot/u-boot_2020.07.bb new file mode 100644 index 0000000000..02d67c0db2 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2020.07.bb @@ -0,0 +1,4 @@ +require u-boot-common.inc +require u-boot.inc + +DEPENDS += "bc-native dtc-native" -- cgit 1.2.3-korg