summaryrefslogtreecommitdiff
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-21 09:07:18 +0100
commita419ad43a5b3aa5bc3aa095af4d79abe4c24b0d7 (patch)
treed36365dafc2dc1ef74a51f12efab9fcf79d65557 /meta/recipes-kernel/lttng/lttng-modules_2.3.3.bb
parentbe0327b6a900be5434b6b1f08277faf2f65d5da8 (diff)
downloadopenembedded-core-a419ad43a5b3aa5bc3aa095af4d79abe4c24b0d7.tar.gz
openembedded-core-a419ad43a5b3aa5bc3aa095af4d79abe4c24b0d7.tar.bz2
openembedded-core-a419ad43a5b3aa5bc3aa095af4d79abe4c24b0d7.zip
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. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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"