diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-06 11:37:12 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-06 16:44:37 +0000 |
commit | cb3194828a3a83372c222103bfe3c2a61cea16d9 (patch) | |
tree | e8d966a23c12c76d939153d586664f4a01eba8bd /meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb | |
parent | 0f2b2b6c9877fbffe2bffddbcb920e1d9aa63c18 (diff) | |
download | poky-cb3194828a3a83372c222103bfe3c2a61cea16d9.tar.gz |
lttng: add 5.x fixup patches to 2.10.8 release
lttng hasn't released 2.10.9, but the stable/2.10 branch
contains changes that we need to build against the 5.0
kernel.
We add them here as patches, and we can drop them in the
future when lttng is updated.
(From OE-Core rev: f8bcf3486d44ebd867e9089d4dbd3b56726c9075)
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.10.8.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb b/meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb index 92e8c319b6..086254d3d3 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb | |||
@@ -15,6 +15,15 @@ COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux' | |||
15 | SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ | 15 | SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ |
16 | file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \ | 16 | file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \ |
17 | file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ | 17 | file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \ |
18 | file://0001-Fix-signal-Distinguish-between-kernel_siginfo-and-si.patch \ | ||
19 | file://0002-Fix-signal-Remove-SEND_SIG_FORCED-v4.20.patch \ | ||
20 | file://0003-Fix-ext4-adjust-reserved-cluster-count-when-removing.patch \ | ||
21 | file://0004-Fix-timer-instrumentation-for-RHEL-7.6.patch \ | ||
22 | file://0005-Fix-Remove-type-argument-from-access_ok-function-v5..patch \ | ||
23 | file://0006-Fix-Replace-pointer-values-with-task-tk_pid-and-rpc_.patch \ | ||
24 | file://0007-Fix-SUNRPC-Simplify-defining-common-RPC-trace-events.patch \ | ||
25 | file://0008-Fix-btrfs-Remove-fsid-metadata_fsid-fields-from-btrf.patch \ | ||
26 | file://0009-Cleanup-tp-mempool-Remove-logically-dead-code.patch \ | ||
18 | " | 27 | " |
19 | 28 | ||
20 | SRC_URI[md5sum] = "54bd9fca61487bbec1b3fca2f2213c98" | 29 | SRC_URI[md5sum] = "54bd9fca61487bbec1b3fca2f2213c98" |