diff mbox series

[AUH] ethtool: upgrading to 6.6 SUCCEEDED

Message ID 0101018c258488bc-aa8e4164-9abd-483b-a5c8-a63be9decd01-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] ethtool: upgrading to 6.6 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Dec. 1, 2023, 1:14 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ethtool* to *6.6* has Succeeded.

Next steps:
    - apply the patch: git am 0001-ethtool-upgrade-6.5-6.6.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

-- >8 --
From e66446c830f79850bc2a3b9b326b9a59016fa50c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Dec 2023 10:33:54 +0000
Subject: [PATCH] ethtool: upgrade 6.5 -> 6.6

---
 .../recipes-extended/ethtool/{ethtool_6.5.bb => ethtool_6.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/ethtool/{ethtool_6.5.bb => ethtool_6.6.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/ethtool/ethtool_6.5.bb b/meta/recipes-extended/ethtool/ethtool_6.6.bb
similarity index 93%
rename from meta/recipes-extended/ethtool/ethtool_6.5.bb
rename to meta/recipes-extended/ethtool/ethtool_6.6.bb
index ef925e16b9..ab824356c2 100644
--- a/meta/recipes-extended/ethtool/ethtool_6.5.bb
+++ b/meta/recipes-extended/ethtool/ethtool_6.6.bb
@@ -11,7 +11,7 @@  SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
            file://avoid_parallel_tests.patch \
            "
 
-SRC_URI[sha256sum] = "aed41ca58b3129126f18429172064d214191d7e7ef52c6e3f6b2ff7503706c03"
+SRC_URI[sha256sum] = "d4cdb4f7498781fb516e2b3d0eadab28691da3fd3e3445954e82d745de95fb96"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"