summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb9
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb6
-rw-r--r--meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb6
3 files changed, 10 insertions, 11 deletions
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
index d81e9b8f5c..4b15d93c91 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng-modules_2.0.5.bb
@@ -10,13 +10,12 @@ DEPENDS = "virtual/kernel"
10 10
11inherit module 11inherit module
12 12
13SRCREV = "4d3e89e379fc66480d729abe8daa5c86eb585400" 13SRCREV = "a848cad4cc82d05493c487a709f6b55f22695ec6"
14PV = "2.0.pre11+git${SRCREV}" 14PV = "2.0.5"
15PR = "r1" 15PR = "r0"
16 16
17SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \ 17SRC_URI = "git://git.lttng.org/lttng-modules.git;protocol=git \
18 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ 18 file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch"
19 file://lttng-sycalls-protect-is_compat_task-from-redefiniti.patch"
20 19
21export INSTALL_MOD_DIR="kernel/lttng-modules" 20export INSTALL_MOD_DIR="kernel/lttng-modules"
22export KERNEL_SRC="${STAGING_KERNEL_DIR}" 21export KERNEL_SRC="${STAGING_KERNEL_DIR}"
diff --git a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
index cf5731d9f5..2a5dd58277 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng-tools_2.0.4.bb
@@ -11,9 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61273c2e3f60dd38a74b01beb5f51fbd \
11 11
12DEPENDS = "liburcu popt lttng2-ust" 12DEPENDS = "liburcu popt lttng2-ust"
13 13
14SRCREV = "8c3919ea2dc77fdd47fb1c90e41490a20bb4d478" 14SRCREV = "98c8c95b0e1afb2dac686338efdf036f6446d790"
15PV = "v2.0.1+git${SRCREV}" 15PV = "v2.0.4"
16PR = "r2" 16PR = "r0"
17 17
18SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git" 18SRC_URI = "git://git.lttng.org/lttng-tools.git;protocol=git"
19 19
diff --git a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
index 5e9a529a2b..64ae3a226b 100644
--- a/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
+++ b/meta/recipes-kernel/lttng-2.0/lttng2-ust_2.0.5.bb
@@ -12,9 +12,9 @@ inherit autotools
12 12
13DEPENDS = "liburcu util-linux" 13DEPENDS = "liburcu util-linux"
14 14
15SRCREV = "a367ee66aad3ffd21ef64d1b24efc6f862e09562" 15SRCREV = "5fbf75f52c808b648feebea1ed4874c5f6264b05"
16PV = "2.0.2+git${SRCPV}" 16PV = "2.0.5"
17PR = "r1" 17PR = "r0"
18 18
19SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git" 19SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git"
20 20