summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-ust_2.12.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-27 09:56:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-27 21:41:57 +0100
commitbf7cbaff417b45c15a11034f2809193a563064b7 (patch)
treebe60e34570430ec0265c45144ad140ae0474347a /meta/recipes-kernel/lttng/lttng-ust_2.12.0.bb
parent194d0ecc9846c5aff6a3e4f87c5719275f4f8a00 (diff)
downloadpoky-bf7cbaff417b45c15a11034f2809193a563064b7.tar.gz
lttng: Move platform logic to dedicated inc file
Some platforms support kernel tracing, some support userspace tracing. This change: * Moves the knowledge/config to one place in an inc file * Allows lttng-tools to build without lttng-modules * Hence enables tools+ust for riscv64 * Has the packagegroup just depend on lttng-tools which will pull in ust/modules as needed (From OE-Core rev: 1824cf062df928de65c1bff5e86e26b7b4d9d784) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-ust_2.12.0.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.12.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.12.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.12.0.bb
index ad544d1b4a..67a4307c7b 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.12.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.12.0.bb
@@ -15,6 +15,8 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
15 15
16inherit autotools lib_package manpages python3native 16inherit autotools lib_package manpages python3native
17 17
18include lttng-platforms.inc
19
18EXTRA_OECONF = "--disable-numa" 20EXTRA_OECONF = "--disable-numa"
19 21
20DEPENDS = "liburcu util-linux" 22DEPENDS = "liburcu util-linux"