aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2014-05-15 14:09:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-29 13:42:08 +0100
commitd02b69b622d0900add7a30879b82281be2cfd88a (patch)
tree1f2b2566c57d780078d36a5459f78a615e0a20df /meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
parent22f99c2aca4af26520ad75b33bb48f2a248ab7af (diff)
downloadopenembedded-core-contrib-d02b69b622d0900add7a30879b82281be2cfd88a.tar.gz
lttng-modules: Fix build with older kernels for 2.3.3 as 2.4.0
Apply the change "lttng-modules: Fix 3.14 bio tracepoints" to 2.3.3 as well as 2.4.0. (From OE-Core rev: a419ad43a5b3aa5bc3aa095af4d79abe4c24b0d7) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb b/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
index 94e18b2622..81a3983c64 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
@@ -15,7 +15,7 @@ PV = "2.3.3"
SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.3 \
file://lttng-modules-replace-KERNELDIR-with-KERNEL_SRC.patch \
- file://fixup_block_driver.patch \
+ file://bio-bvec-iter.patch \
"
export INSTALL_MOD_DIR="kernel/lttng-modules"