To: ['Richard Purdie '] To: Subject: [AUH] lttng-modules: upgrading to 2.14.2 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251015050051/all/lttng-modules/0001-lttng-modules-upgrade-2.14.1-2.14.2.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lttng-modules* to *2.14.2* has Succeeded. Next steps: - apply the patch: git am 0001-lttng-modules-upgrade-2.14.1-2.14.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 962efe9eb49ad9f9261be225957c1025457b3555 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Oct 2025 06:19:33 +0000 Subject: [PATCH] lttng-modules: upgrade 2.14.1 -> 2.14.2 --- ...d-change-missing-CONFIG_TRACEPOINTS-to-warn.patch | 12 ++++++------ ...tng-modules_2.14.1.bb => lttng-modules_2.14.2.bb} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.14.1.bb => lttng-modules_2.14.2.bb} (94%) diff --git a/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch b/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch index 1854d9a944..d89e1bffa5 100644 --- a/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch +++ b/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch @@ -1,4 +1,4 @@ -From 60d423945bd4f4c4b7bfc6f29da9231152d05690 Mon Sep 17 00:00:00 2001 +From 4155c1bf98e20b1c43c15eb3d9881329e93afea4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 15 May 2021 10:26:38 -0400 Subject: [PATCH] src/Kbuild: change missing CONFIG_TRACEPOINTS to warning @@ -19,10 +19,10 @@ Signed-off-by: Bruce Ashfield src/Kbuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -Index: lttng-modules-2.14.0/src/Kbuild -=================================================================== ---- lttng-modules-2.14.0.orig/src/Kbuild -+++ lttng-modules-2.14.0/src/Kbuild +diff --git a/src/Kbuild b/src/Kbuild +index f33d0d5..a26cd74 100644 +--- a/src/Kbuild ++++ b/src/Kbuild @@ -3,10 +3,13 @@ ifdef CONFIG_LOCALVERSION # Check if dot-config is included. @@ -38,7 +38,7 @@ Index: lttng-modules-2.14.0/src/Kbuild TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/.. lttng_check_linux_version = $(shell pwd)/include/linux/version.h -@@ -168,3 +171,5 @@ +@@ -168,3 +171,5 @@ obj-$(CONFIG_LTTNG) += tests/ obj-$(CONFIG_LTTNG_SYSCALLS_EXTRACTOR) += lttng-syscalls-extractor.o # vim:syntax=make diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.14.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb similarity index 94% rename from meta/recipes-kernel/lttng/lttng-modules_2.14.1.bb rename to meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb index 3af6db5a83..c9c0b17291 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.14.1.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.14.2.bb @@ -15,7 +15,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ # Use :append here so that the patch is applied also when using devupstream SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch \ " -SRC_URI[sha256sum] = "a87684b8a58f426e9574c4aa7591d6e49d54469872f9641652df2b4a938f9a40" +SRC_URI[sha256sum] = "a581dd44ea61af869a935e71498d4273be59944d56f906135c6451d6548742a5" export INSTALL_MOD_DIR = "kernel/lttng-modules" -- 2.47.1