summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorNathan Lynch <nathan_lynch@mentor.com>2017-02-25 22:29:44 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-04 23:18:19 +0000
commit8cf7d4525da44981492fbb9ed9bf0c4cdb889d2f (patch)
treed33db8e73f96a8d8d794a792efec730bdc1080ea /meta/recipes-kernel
parent16c918126d01ec7fa0bb7338708d383c993e2757 (diff)
downloadpoky-8cf7d4525da44981492fbb9ed9bf0c4cdb889d2f.tar.gz
lttng-modules: update to 2.9.1
This includes a significant fix for kernel tracing on 32-bit systems; kernel and user space events may be uncorrelated without it. (From OE-Core rev: 7776b51f22791542866789608a135cba83d8881d) Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.9.1.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.9.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.9.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.9.1.bb
index e59d6bc137..8e47c6f0a1 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.9.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.9.1.bb
@@ -13,8 +13,8 @@ COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux'
13SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ 13SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
14 file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch" 14 file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch"
15 15
16SRC_URI[md5sum] = "717df375ccb6f32bb297cc2f2e692bbf" 16SRC_URI[md5sum] = "5a16bca52233cc2bdff572b1120a88f6"
17SRC_URI[sha256sum] = "af914e5954081cfb6bd4c6dcf9390474e0c13fe056b12b3dfc86d1b88b8340a0" 17SRC_URI[sha256sum] = "62078fe3254ca65969db4b72e59042cd797dbf2740848f8f82384877ae460d54"
18 18
19export INSTALL_MOD_DIR="kernel/lttng-modules" 19export INSTALL_MOD_DIR="kernel/lttng-modules"
20 20