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:21 +0000 |
commit | c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4 (patch) | |
tree | 01495250fb8af9d59edff3db4221542378386ca9 /meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb | |
parent | ccf687de7b856dbe6f347956743f07ff05c2533a (diff) | |
download | openembedded-core-c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4.tar.gz openembedded-core-c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4.tar.bz2 openembedded-core-c11b29ff4f24af0445c3c6a694b8dc2037dcd7e4.zip |
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.
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" COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux' SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \ - file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch" + file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \ + file://bio-bvec-iter.patch" export INSTALL_MOD_DIR="kernel/lttng-modules" export KERNEL_SRC="${STAGING_KERNEL_DIR}" |