]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-modules: Update to version 2.4.2
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Fri, 3 Oct 2014 09:00:18 +0000 (17:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Oct 2014 15:11:49 +0000 (16:11 +0100)
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]

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/lttng/lttng-modules_2.4.2.bb [moved from meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb with 92% similarity]

similarity index 92%
rename from meta/recipes-kernel/lttng/lttng-modules_2.4.0.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.4.2.bb
index aa01a8dd6fcea877b5846cfb375ace8675180123..19676316264e1ac369a1ec3f22f3f352b6e27a00 100644 (file)
@@ -10,15 +10,15 @@ DEPENDS = "virtual/kernel"
 
 inherit module
 
-SRCREV = "fb2c37799306d16fb590aebee6fad8be431264b7"
-PV = "2.4.0"
+SRCREV = "85016adfb21268836df48dfb5cda106391e72fd1"
+PV = "2.4.2"
 
 # lttng currently blacklists arm with gcc-4.8
 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://bio-bvec-iter.patch"
+           "
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"
 export KERNEL_SRC="${STAGING_KERNEL_DIR}"