summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-11-06 21:29:16 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-07 13:31:26 +0000
commitb1cfc7fbc22764bf3a3335c83f30f48c943b1c6c (patch)
tree3fed9192c6de2892f79e9f3acd27ccd614adfc45 /meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb
parent5273e5e471b8ed5c194b31e4e6617bd8f54f4fb4 (diff)
downloadpoky-b1cfc7fbc22764bf3a3335c83f30f48c943b1c6c.tar.gz
lttng-modules: fix build for 6.12+
We backport two fixes from the -stable 2.13 lttng branch to fix the build against kernels 6.12+ (From OE-Core rev: f7e9b9b30f0035a139e14210ee416e5cf27f8f1e) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb
index 66b3729ce5..e05a2c9572 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb
@@ -10,6 +10,8 @@ inherit module
10include lttng-platforms.inc 10include lttng-platforms.inc
11 11
12SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ 12SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
13 file://0001-fix-writeback-Refine-the-show_inode_state-macro-defi.patch \
14 file://0001-Fix-uprobes-make-uprobe_register-return-struct-uprob.patch \
13 " 15 "
14 16
15# Use :append here so that the patch is applied also when using devupstream 17# Use :append here so that the patch is applied also when using devupstream