From c88bcad5883b7d4b4978e167cf7ee2a9c679ddcb Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 2 Nov 2020 17:48:33 +0100 Subject: u-boot: upgrade 2020.07 -> 2020.10 License-Update: added MIT license to README; overall license remains as it was (From OE-Core rev: 32e754ec89e8f33e5b6e83a8ac359ffc3690282f) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb | 2 -- meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb | 3 +++ meta/recipes-bsp/u-boot/u-boot_2020.07.bb | 4 ---- meta/recipes-bsp/u-boot/u-boot_2020.10.bb | 5 +++++ 5 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2020.07.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot_2020.10.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 9199bbfe0b..cbce408a28 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -7,12 +7,12 @@ SECTION = "bootloaders" DEPENDS += "flex-native bison-native" LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "2f5fbb5b39f7b67044dda5c35e4a4b31685a3109" +SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890" SRC_URI = "git://git.denx.de/u-boot.git \ " 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 deleted file mode 100644 index 7eaf721ca8..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.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.10.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb new file mode 100644 index 0000000000..ef386f76e6 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.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.07.bb b/meta/recipes-bsp/u-boot/u-boot_2020.07.bb deleted file mode 100644 index 02d67c0db2..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2020.07.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.10.bb b/meta/recipes-bsp/u-boot/u-boot_2020.10.bb new file mode 100644 index 0000000000..4f5b3e5dfd --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2020.10.bb @@ -0,0 +1,5 @@ +require u-boot-common.inc +require u-boot.inc + +DEPENDS += "bc-native dtc-native" + -- cgit v1.2.3-54-g00ecf