From patchwork Sat Jun 15 18:23:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45165 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 216C5C3DA4D for ; Sat, 15 Jun 2024 18:23:29 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.18389.1718475800258853654 for ; Sat, 15 Jun 2024 11:23:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=dsrYRszy; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=AstRd8D2; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101901d23bb02-8b5b5c09-f6da-43c5-a066-de6c9626ff3f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1718475799; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=7IbrENm1po1Ztq6jqdVLo3opbKhtk1Xw+KhkGn4fJOE=; b=dsrYRszyM5dDOscQEAyTclsRCsAUgvETf1GrNz0+8vOOsRz3C+BqPsMl1i4yTFwD /R4epe9c+03QAKbscDso21wJBY9ubqAKDvpBDkTIoxbZ8+WSC4Tk/pkwaDJZW2Pugcb RaHDg26VwU32Lsts9+X233tz+VitbwD6utHuWeIo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475799; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=7IbrENm1po1Ztq6jqdVLo3opbKhtk1Xw+KhkGn4fJOE=; b=AstRd8D24SEDTuAjdmT156sfIr4W41bZ/9aC8iiBUcqgAXcRd+hZr/4TOUSAv/Cl TPaay54t0nGqdciloS+JR6XvJAA+98+zdE+NKkAByw5XXAXx1OpXd7ZWjBMaTsqE5uW ccL51xyE8ARYi9XkAadAmY3nlPXKiKp3Y+pgqRvU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Changhyeok Bae Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ethtool: upgrading to 6.9 SUCCEEDED Message-ID: <010101901d23bb02-8b5b5c09-f6da-43c5-a066-de6c9626ff3f-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-54.240.27.45 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Jun 2024 18:23:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200713 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ethtool* to *6.9* has Succeeded. Next steps: - apply the patch: git am 0001-ethtool-upgrade-6.7-6.9.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 ba61b7f94dfacccfaf0ee7fd9b3e946d0b6341f0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jun 2024 11:28:06 +0000 Subject: [PATCH] ethtool: upgrade 6.7 -> 6.9 --- .../ethtool/ethtool/avoid_parallel_tests.patch | 7 +++---- .../ethtool/{ethtool_6.7.bb => ethtool_6.9.bb} | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_6.7.bb => ethtool_6.9.bb} (93%) diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch index 69df8632f2..c3913c96e5 100644 --- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch +++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch @@ -1,4 +1,4 @@ -From 758fde7186730ee331a0ee6149276cd412766ee0 Mon Sep 17 00:00:00 2001 +From 4361d0a3eb421c797e2748b835d379d2a2b41949 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Wed, 28 May 2014 18:59:54 +0200 Subject: [PATCH] ethtool: use serial-tests config needed by ptest. @@ -9,16 +9,15 @@ serial-tests is required to generate those targets. Signed-off-by: Tudor Florea Upstream-Status: Inappropriate (default automake behavior incompatible with ptest) - --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index c871558..8ea1eaa 100644 +index e494aac..42dd40f 100644 --- a/configure.ac +++ b/configure.ac -@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.7, netdev@vger.kernel.org) +@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.9, netdev@vger.kernel.org) AC_PREREQ(2.52) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([ethtool.c]) diff --git a/meta/recipes-extended/ethtool/ethtool_6.7.bb b/meta/recipes-extended/ethtool/ethtool_6.9.bb similarity index 93% rename from meta/recipes-extended/ethtool/ethtool_6.7.bb rename to meta/recipes-extended/ethtool/ethtool_6.9.bb index 33df0e0e80..1837b1ed1e 100644 --- a/meta/recipes-extended/ethtool/ethtool_6.7.bb +++ b/meta/recipes-extended/ethtool/ethtool_6.9.bb @@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "ace0e95a03b38208af4ebacb415244568ace44c5d5a279ea434844f900179c75" +SRC_URI[sha256sum] = "0011fb1b20101879f2d01d39cd2bc1d9646990d07d64de893415404a3afc53ef" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"