diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-05 13:28:43 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-06 10:24:04 +0100 |
commit | 700501808ac3421c189dafb039ae536ecfdfdc6f (patch) | |
tree | 00ff342da7ab7ea687b63e3b451e18a7d9e77119 /meta/recipes-kernel/lttng/lttng-modules_git.bb | |
parent | 0abb1d7e229c391dea3c4fee432deb02f2ace2a9 (diff) | |
download | poky-700501808ac3421c189dafb039ae536ecfdfdc6f.tar.gz |
lttng-modules: Bump to 6e4fc6f3 revision
This moves the recipe to the tip of stable-2.8 branch which allows the
use of Linux 4.8 while keep us on a stable release.
(From OE-Core rev: 34cac40670e94a9e3ffc2a734ce1f826dc60516b)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_git.bb')
-rw-r--r-- | 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_git.bb index 96bd9452be..6d596a417c 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 | ||
9 | inherit module | 9 | inherit module |
10 | 10 | ||
11 | SRCREV = "e36de50dd09527901339797a61a0a40d241c1a6d" | 11 | SRCREV = "6e4fc6f36d68fb3c8d40113f8670eb6e9c8ffd76" |
12 | PV = "2.8.0+git${SRCPV}" | 12 | PV = "2.8.0+git${SRCPV}" |
13 | 13 | ||
14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux' | 14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux' |
15 | 15 | ||
16 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=master" | 16 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.8" |
17 | 17 | ||
18 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 18 | export INSTALL_MOD_DIR="kernel/lttng-modules" |
19 | 19 | ||