summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorNathan Lynch <nathan_lynch@mentor.com>2017-06-16 16:48:22 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:21:34 +0100
commit5fbd48695766c478417f92e98bebb6b526634ff8 (patch)
tree05fca674a6a2a82b117d479c1ad9f9a42ac7e0ff /meta/recipes-kernel/lttng
parent82bad302841d153ac012046620c0892a2d462551 (diff)
downloadpoky-5fbd48695766c478417f92e98bebb6b526634ff8.tar.gz
lttng-modules: update to 2.9.3
Miscellaneous fixes and support for 4.12-rc kernels. (From OE-Core rev: 65b7489f406e1d0a03a232f6e1ee3cf55a5f5bd2) Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb b/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
index 9b21bb40dc..acd76b54b3 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
@@ -14,8 +14,8 @@ SRC_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 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch" 15 file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch"
16 16
17SRC_URI[md5sum] = "6c02645c77fd4d6475a4f83bda1d75ff" 17SRC_URI[md5sum] = "9abf694dddcc197988189ef65b496f4c"
18SRC_URI[sha256sum] = "9d70d54becd8c34c21eb0d5c1ffe6adadb6be5bec80b6667044c47dfd428dc66" 18SRC_URI[sha256sum] = "f911bca81b02a787474f3d100390dad7447f952525e6d041f50991940246bafe"
19 19
20export INSTALL_MOD_DIR="kernel/lttng-modules" 20export INSTALL_MOD_DIR="kernel/lttng-modules"
21 21