summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2014-10-03 17:00:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-10-23 16:13:30 +0100
commit2d5bd895656a234a6d6372e1af539e1b5acfd042 (patch)
treec9516c8f74ee5b53e0c7b30a64d31b5ace6f9041
parentbda51ee7821de9120f6f536fcabe592f2a0c8a37 (diff)
downloadpoky-2d5bd895656a234a6d6372e1af539e1b5acfd042.tar.gz
lttng-modules: Update to version 2.4.2
lttng-modules breaks when building with kernel 3.10.43. This updates lttng-modules for 2.4.2 and it will also fixes the build failure with kernel 3.10.43. Fixes for [YOCTO #6788] (From OE-Core rev: 29ef1c738050e536d7824bdca6f7a0b8b1528011) Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules_2.4.2.bb (renamed from meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.4.2.bb
index aa01a8dd6f..1967631626 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.4.2.bb
@@ -10,15 +10,15 @@ DEPENDS = "virtual/kernel"
10 10
11inherit module 11inherit module
12 12
13SRCREV = "fb2c37799306d16fb590aebee6fad8be431264b7" 13SRCREV = "85016adfb21268836df48dfb5cda106391e72fd1"
14PV = "2.4.0" 14PV = "2.4.2"
15 15
16# lttng currently blacklists arm with gcc-4.8 16# lttng currently blacklists arm with gcc-4.8
17COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux' 17COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux'
18 18
19SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \ 19SRC_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
23export INSTALL_MOD_DIR="kernel/lttng-modules" 23export INSTALL_MOD_DIR="kernel/lttng-modules"
24export KERNEL_SRC="${STAGING_KERNEL_DIR}" 24export KERNEL_SRC="${STAGING_KERNEL_DIR}"