summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-11-14 15:43:49 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:03:27 +0000
commit8d2b5f3c20092e90807cf50c1a633e31e0ee81e9 (patch)
tree89f8e9ef9f63967df7a944a506b78f015e5b05f1 /meta/recipes-kernel
parent7ef7e55180a9164bea860ab626d02a5df75f1727 (diff)
downloadpoky-8d2b5f3c20092e90807cf50c1a633e31e0ee81e9.tar.gz
lttng-modules: Update to 2.3.3 version
This updates lttng-modules for 2.3.3 and it also fixes the build with 3.12 Linux kernel. While on that, we also renamed the recipe file to follow the other lttng recipes which use the version number on it. (From OE-Core rev: 2d01bd48e689656bbe6189243d077f822092a14a) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.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.3.3.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_git.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
index 789b5ec94f..f293376e1e 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
@@ -10,8 +10,8 @@ DEPENDS = "virtual/kernel"
10 10
11inherit module 11inherit module
12 12
13SRCREV = "78c8710bb8e6b7f6301d95afec0305f40fa063ad" 13SRCREV = "eef112db0e63feff6cbf0a98cda9af607cefb377"
14PV = "2.3.0+git${SRCPV}" 14PV = "2.3.3"
15 15
16SRC_URI = "git://git.lttng.org/lttng-modules.git \ 16SRC_URI = "git://git.lttng.org/lttng-modules.git \
17 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" 17 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"