diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-31 11:32:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:39 +0100 |
commit | 5686645d7bfb8d67478484f7ca74e43968eaa863 (patch) | |
tree | eccebb02adca49751aad0ff53452157199e364fd /meta/recipes-kernel/lttng/lttng-modules_git.bb | |
parent | c0155227ec678b5f2b99576055a178029877f493 (diff) | |
download | poky-5686645d7bfb8d67478484f7ca74e43968eaa863.tar.gz |
lttng-modules: Update 2.7.3 -> 2.8.0+master
We need master for the changes to work with 4.8 kernels.
(From OE-Core rev: ab883b74634b8fa0c179b2c42b1503fa78fcc06f)
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 | 6 |
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 | ||
9 | inherit module | 9 | inherit module |
10 | 10 | ||
11 | SRCREV = "5362a1f26060e0d64464bb35cdd285c914ae6171" | 11 | SRCREV = "e36de50dd09527901339797a61a0a40d241c1a6d" |
12 | PV = "2.7.3+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=stable-2.7" | 16 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=master" |
17 | 17 | ||
18 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 18 | export INSTALL_MOD_DIR="kernel/lttng-modules" |
19 | 19 | ||