aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Lynch <nathan_lynch@mentor.com>2017-04-26 16:54:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:17 +0100
commitfeec4f2d77f66f4d7d1debd770a933a3107e9bd8 (patch)
tree3a50694e91193798e2590281b567475059b97a2f
parent476e730df93223033ba2b3b36cdc47abb3ba30ae (diff)
downloadopenembedded-core-contrib-feec4f2d77f66f4d7d1debd770a933a3107e9bd8.tar.gz
lttng-modules: update to 2.9.2
This version bump adds support for Linux 4.11. Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.9.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.9.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb
index b48f9cff9a..9b21bb40dc 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.9.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb
@@ -14,8 +14,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \
file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch"
-SRC_URI[md5sum] = "5a16bca52233cc2bdff572b1120a88f6"
-SRC_URI[sha256sum] = "62078fe3254ca65969db4b72e59042cd797dbf2740848f8f82384877ae460d54"
+SRC_URI[md5sum] = "6c02645c77fd4d6475a4f83bda1d75ff"
+SRC_URI[sha256sum] = "9d70d54becd8c34c21eb0d5c1ffe6adadb6be5bec80b6667044c47dfd428dc66"
export INSTALL_MOD_DIR="kernel/lttng-modules"