public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [AUH] u-boot-tools: upgrading to 2020.10 SUCCEEDED
@ 2020-10-16 10:21 auh
  0 siblings, 0 replies; only message in thread
From: auh @ 2020-10-16 10:21 UTC (permalink / raw)
  To: Marek Vasut; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 997 bytes --]

Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *u-boot-tools* to *2020.10* has Succeeded.

Next steps:
    - apply the patch: git am 0001-u-boot-tools-upgrade-2020.07-2020.10.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

[-- Attachment #2: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 2501 bytes --]

packages/core2-32-poky-linux/u-boot-tools: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-dbg: PKGSIZE changed from 3218216 to 3374576 (+5%)
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-dbg: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-dbg: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-dev: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-dev: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-doc: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-doc: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-locale: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-locale: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-mkenvimage: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-mkenvimage: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-mkimage: PKGSIZE changed from 884368 to 925912 (+5%)
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-mkimage: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-mkimage: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-src: PKGSIZE changed from 1024498 to 1057699 (+3%)
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-src: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-src: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-staticdev: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools-staticdev: PV changed from "2020.07" to "2020.10"
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools: PKGV changed from 2020.07 [default] to 2020.10 [default]
packages/core2-32-poky-linux/u-boot-tools/u-boot-tools: PV changed from "2020.07" to "2020.10"

[-- Attachment #3: 0001-u-boot-tools-upgrade-2020.07-2020.10.patch --]
[-- Type: application/octet-stream, Size: 2885 bytes --]

From 743e23e4744d1bdd0d6570d12ca154e9b5fc9efa Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Thu, 15 Oct 2020 22:31:58 +0000
Subject: [PATCH] u-boot-tools: upgrade 2020.07 -> 2020.10

---
 meta/recipes-bsp/u-boot/u-boot-common.inc     |  4 ++--
 .../u-boot/u-boot-tools_2020.07.bb            |  2 --
 .../u-boot/u-boot-tools_2020.10.bb            | 23 +++++++++++++++++++
 3 files changed, 25 insertions(+), 4 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

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..37e97602dd
--- /dev/null
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb
@@ -0,0 +1,23 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- Licenses/README
+# +++ Licenses/README
+# @@ -149,5 +149,6 @@
+#  IBM PIBS (PowerPC Initialization and		IBM-pibs			ibm-pibs.txt
+#  	Boot Software) license
+#  ISC License					ISC		Y		isc.txt			https://spdx.org/licenses/ISC
+# +MIT License					MIT		Y		mit.txt			https://spdx.org/licenses/MIT.html
+#  SIL OPEN FONT LICENSE (OFL-1.1)			OFL-1.1		Y		OFL.txt			https://spdx.org/licenses/OFL-1.1.html
+#  X11 License					X11				x11.txt			https://spdx.org/licenses/X11.html
+# 
+#
+
+require u-boot-common.inc
+require u-boot-tools.inc
+
-- 
2.18.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-16 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 10:21 [AUH] u-boot-tools: upgrading to 2020.10 SUCCEEDED auh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox