mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
lttng-modules: Do not fail if CONFIG_TRACEPOINTS is not enabled
The lttng-modules are being pulled by the tools-profile image feature, however, not every kernel has the CONFIG_TRACEPOINTS feature enabled. This change makes the build do not fail when CONFIG_TRACEPOINTS is not available, allowing it to be kept being pulled by default. (From OE-Core rev: 6215ffec6a3d5069cc74ae9853167c3c6395b1db) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
700501808a
commit
f5b4ca2ad7
@@ -13,7 +13,8 @@ PV = "2.8.0+git${SRCPV}"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|nios2|arm).*-linux'
|
||||
|
||||
SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.8"
|
||||
SRC_URI = "git://git.lttng.org/lttng-modules.git;branch=stable-2.8 \
|
||||
file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch"
|
||||
|
||||
export INSTALL_MOD_DIR="kernel/lttng-modules"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user