diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-18 00:33:19 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:16 +0000 |
commit | 862b3b381b40fad3e069e421bb45d8aef6785188 (patch) | |
tree | 6052b6d685e284a3156f3828ac17e5d6fbb09f0e /meta/recipes-kernel | |
parent | 9563aa8a2577a4942b3d5df3ece0ab6c6d03237d (diff) | |
download | poky-862b3b381b40fad3e069e421bb45d8aef6785188.tar.gz |
lttng-modules: fix build issue against kernel 4.4
Updating to the latest 2.7 stable commit which incorporates changes
for building against the 4.4-rc kernel series.
(From OE-Core rev: a9fe7afafc7645d33941926e097c7d88cbcbfa53)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@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_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb index 46cc1f0129..33aa12551e 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_git.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=362844633a08753bd96ab322a6c7f9f6 \ | |||
8 | 8 | ||
9 | inherit module | 9 | inherit module |
10 | 10 | ||
11 | SRCREV = "4247236df9113aca059d79c78d85779c1ff4edb0" | 11 | SRCREV = "f4b27072a77b43af2fea72d6700bd64eb59a39f1" |
12 | PV = "2.7.0+git${SRCPV}" | 12 | PV = "2.7.0+git${SRCPV}" |
13 | 13 | ||
14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux' | 14 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux' |