summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2024-03-20 11:38:18 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-20 18:20:38 +0000
commit160dce550c8a9496858d61c756bc889da8ccd6f2 (patch)
tree7e8cc1ef7f3c947881afc2785e890d30e4cb99fd /meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb
parent181f8d101bcc669cedd76524dc216d39d281c789 (diff)
downloadpoky-160dce550c8a9496858d61c756bc889da8ccd6f2.tar.gz
lttng-modules: fix v6.8+ build
Backport a patch which remove 'needed' in trace_ext4_discard_preallocations (From OE-Core rev: 88c78fec6daf34d4bf50f788a0adc75e601994da) Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb
index b6bae733c7..5d2379df84 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb
@@ -15,6 +15,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
15 file://0003-Fix-strlcopy-removed-in-linux-6.8.0-rc1.patch \ 15 file://0003-Fix-strlcopy-removed-in-linux-6.8.0-rc1.patch \
16 file://0004-Fix-btrfs_chunk-tracepoints-changed-in-linux-6.8.0-r.patch \ 16 file://0004-Fix-btrfs_chunk-tracepoints-changed-in-linux-6.8.0-r.patch \
17 file://0005-Fix-btrfs_get_extent-flags-and-compress_type-changed.patch \ 17 file://0005-Fix-btrfs_get_extent-flags-and-compress_type-changed.patch \
18 file://0006-Fix-ext4_discard_preallocations-changed-in-linux-6.8.patch \
18 " 19 "
19 20
20# Use :append here so that the patch is applied also when using devupstream 21# Use :append here so that the patch is applied also when using devupstream