diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-04 10:07:59 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 15:38:55 +0100 |
commit | 73ef4032a9ad915fc142ef35248df5c8a30fbfe2 (patch) | |
tree | 2f07b5648a836188bef69118d8ac274e28d644a3 /meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | |
parent | e1072391817e6cf20d8d569ca4fdbe1688c215a6 (diff) | |
download | poky-73ef4032a9ad915fc142ef35248df5c8a30fbfe2.tar.gz |
lttng-modules: fix compilation for 3.17-rcX
Updating the lttng-modules 2.5 recipe with backports from the master branch to
enable builds on 3.17 based kernels.
(From OE-Core rev: cc2ef9b0f6371837faa5e430c0b6c48bf24a8c4c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb index 9310f0f3eb..04e2b0cccc 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb | |||
@@ -18,6 +18,9 @@ SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.5 \ | |||
18 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ | 18 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ |
19 | file://Update-compaction-instrumentation-to-3.16-kernel.patch \ | 19 | file://Update-compaction-instrumentation-to-3.16-kernel.patch \ |
20 | file://Update-vmscan-instrumentation-to-3.16-kernel.patch \ | 20 | file://Update-vmscan-instrumentation-to-3.16-kernel.patch \ |
21 | file://Fix-noargs-probes-should-calculate-alignment-and-eve.patch \ | ||
22 | file://Update-statedump-to-3.17-nsproxy-locking.patch \ | ||
23 | file://Update-kvm-instrumentation-compile-on-3.17-rc1.patch \ | ||
21 | " | 24 | " |
22 | 25 | ||
23 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 26 | export INSTALL_MOD_DIR="kernel/lttng-modules" |