diff mbox series

[AUH] kmod: upgrading to 34.2 SUCCEEDED

Message ID 01010195f160d587-63643f2e-5614-478f-8a2e-64cd70197074-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] kmod: upgrading to 34.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 1, 2025, 12:43 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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} \