summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb
index d8a7d3624e..96bd9452be 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb
@@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=362844633a08753bd96ab322a6c7f9f6 \
8 8
9inherit module 9inherit module
10 10
11SRCREV = "5362a1f26060e0d64464bb35cdd285c914ae6171" 11SRCREV = "e36de50dd09527901339797a61a0a40d241c1a6d"
12PV = "2.7.3+git${SRCPV}" 12PV = "2.8.0+git${SRCPV}"
13 13
14COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux' 14COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux'
15 15
16SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.7" 16SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=master"
17 17
18export INSTALL_MOD_DIR="kernel/lttng-modules" 18export INSTALL_MOD_DIR="kernel/lttng-modules"
19 19