From patchwork Tue Apr 1 12:43:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 60457 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 AF3A0C369D5 for ; Tue, 1 Apr 2025 12:43:35 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.18067.1743511410774546652 for ; Tue, 01 Apr 2025 05:43:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=OMj8pSA0; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=HvNF4PRU; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 01010195f160d587-63643f2e-5614-478f-8a2e-64cd70197074-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=1743511410; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=lupB7CnbOBf/R6alc5EM4ybY1BfkZZWMGLAmVHfSF9E=; b=OMj8pSA0wOvevIQMNzLL6NTtUGV+udfDpLJ2biZDY40cPKEs9DbWTHaR1W88C702 vKygDw9PKC8iodZ5DKNY8t1ju4Swn8ULRSDUdRdzCgHk44yVRfazzlt4hjuT335K4zj BFMX7ddARyEoWNK4R9r450BQttzCLrnlFZmJwu6s= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511410; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=lupB7CnbOBf/R6alc5EM4ybY1BfkZZWMGLAmVHfSF9E=; b=HvNF4PRUnSmYnM1iEgnnNsg+o0MTf2dnUCPzEcqdzUu3ga8S/KCzzErOWB9/Zx6z o+I4QlY7/1kkx71XPonRko0KhoGeNabd2KxUveTBDFh2K0Wf/+Wk15CcNTA/Xyv1Iq3 WDgETrfJvhPLX6jy6NAf8GwXpq+AGkpry30M9BAQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] kmod: upgrading to 34.2 SUCCEEDED Message-ID: <01010195f160d587-63643f2e-5614-478f-8a2e-64cd70197074-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:30 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-54.240.27.191 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 ; Tue, 01 Apr 2025 12:43:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214108 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *kmod* to *34.2* has Succeeded. Next steps: - apply the patch: git am 0001-kmod-upgrade-34.1-34.2.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 96dbed050c457c77c8c4b3b3eccc8733cebc9760 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 11:48:12 +0000 Subject: [PATCH] kmod: upgrade 34.1 -> 34.2 --- meta/recipes-kernel/kmod/{kmod_34.1.bb => kmod_34.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/kmod/{kmod_34.1.bb => kmod_34.2.bb} (97%) diff --git a/meta/recipes-kernel/kmod/kmod_34.1.bb b/meta/recipes-kernel/kmod/kmod_34.2.bb similarity index 97% rename from meta/recipes-kernel/kmod/kmod_34.1.bb rename to meta/recipes-kernel/kmod/kmod_34.2.bb index 8154e6ec57..e5923a64cf 100644 --- a/meta/recipes-kernel/kmod/kmod_34.1.bb +++ b/meta/recipes-kernel/kmod/kmod_34.2.bb @@ -18,7 +18,7 @@ inherit bash-completion gtk-doc manpages meson pkgconfig update-alternatives SRC_URI = "https://www.kernel.org/pub/linux/utils/kernel/${BPN}/${BP}.tar.xz \ file://depmod-search.conf \ " -SRC_URI[sha256sum] = "125957c9125fc5db1bd6a2641a1c9a6a0b500882fb8ccf7fb6483fcae5309b17" +SRC_URI[sha256sum] = "5a5d5073070cc7e0c7a7a3c6ec2a0e1780850c8b47b3e3892226b93ffcb9cb54" EXTRA_OEMESON += "\ -Ddistconfdir=${nonarch_base_libdir} \