mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bda51ee782
commit
2d5bd89565
+3
-3
@@ -10,15 +10,15 @@ DEPENDS = "virtual/kernel"
|
|||||||
|
|
||||||
inherit module
|
inherit module
|
||||||
|
|
||||||
SRCREV = "fb2c37799306d16fb590aebee6fad8be431264b7"
|
SRCREV = "85016adfb21268836df48dfb5cda106391e72fd1"
|
||||||
PV = "2.4.0"
|
PV = "2.4.2"
|
||||||
|
|
||||||
# lttng currently blacklists arm with gcc-4.8
|
# lttng currently blacklists arm with gcc-4.8
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux'
|
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips).*-linux'
|
||||||
|
|
||||||
SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.4 \
|
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 INSTALL_MOD_DIR="kernel/lttng-modules"
|
||||||
export KERNEL_SRC="${STAGING_KERNEL_DIR}"
|
export KERNEL_SRC="${STAGING_KERNEL_DIR}"
|
||||||
Reference in New Issue
Block a user