diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2014-03-06 22:26:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:49:32 +0000 |
commit | b465c0cb32696eed3ecc42fe4b5b478e4ba07914 (patch) | |
tree | 965afe12ea347df39f578511f78196ab782370e0 /meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | |
parent | 7a974407379b43e40664cad4696b427ee8c18df0 (diff) | |
download | poky-b465c0cb32696eed3ecc42fe4b5b478e4ba07914.tar.gz |
lttng-modules: Fix 3.14 bio tracepoints
The mainline 3.14 commit 'block: Astract out bvec iterator' broke the
lttng-modules tracepoints. Fix them here.
(From OE-Core rev: c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb index 797ed4e5b0..aa01a8dd6f 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | |||
@@ -17,7 +17,8 @@ PV = "2.4.0" | |||
17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux' | 17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux' |
18 | 18 | ||
19 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \ | 19 | SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \ |
20 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" | 20 | file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ |
21 | file://bio-bvec-iter.patch" | ||
21 | 22 | ||
22 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 23 | export INSTALL_MOD_DIR="kernel/lttng-modules" |
23 | export KERNEL_SRC="${STAGING_KERNEL_DIR}" | 24 | export KERNEL_SRC="${STAGING_KERNEL_DIR}" |