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-27 11:26:58 +0000 |
commit | a9fe7afafc7645d33941926e097c7d88cbcbfa53 (patch) | |
tree | e5be4dcee46b333f29ff27bd5ed0fd879ab12a40 /meta/recipes-kernel | |
parent | 289fd2bf61d0761a93d17f18b9079fc9f61e0031 (diff) | |
download | openembedded-core-contrib-a9fe7afafc7645d33941926e097c7d88cbcbfa53.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.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 46cc1f01290..33aa12551e2 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 \ inherit module -SRCREV = "4247236df9113aca059d79c78d85779c1ff4edb0" +SRCREV = "f4b27072a77b43af2fea72d6700bd64eb59a39f1" PV = "2.7.0+git${SRCPV}" COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux' |