]> code.ossystems Code Review - openembedded-core.git/commitdiff
arc: Disable LTTng
authorAlexey Brodkin <alexey.brodkin@synopsys.com>
Thu, 22 Nov 2018 22:38:42 +0000 (01:38 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Nov 2018 23:32:10 +0000 (23:32 +0000)
LTTng depends on liburcu which is not yet ported to ARC
so disable LTTng on ARC for now.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb

index 33d9c09a66f747b398b2d966455745519c443c82..762c046636f552a15f7664c07f8ff87c6222bcf0 100644 (file)
@@ -38,13 +38,16 @@ SYSTEMTAP_riscv64 = ""
 # lttng-ust uses sched_getcpu() which is not there on for some platforms.
 LTTNGUST = "lttng-ust"
 LTTNGUST_libc-musl = ""
+LTTNGUST_arc = ""
 LTTNGUST_riscv64 = ""
 
 LTTNGTOOLS = "lttng-tools"
 LTTNGTOOLS_libc-musl = ""
+LTTNGTOOLS_arc = ""
 LTTNGTOOLS_riscv64 = ""
 
 LTTNGMODULES = "lttng-modules"
+LTTNGMODULES_arc = ""
 LTTNGMODULES_riscv64 = ""
 
 BABELTRACE = "babeltrace"
index fa64939f268cdf46f810f526770b43471d53c3df..57bc0dc7737677dd8437d8a9aa539a67c4e21c76 100644 (file)
@@ -4,6 +4,7 @@ SECTION = "devel"
 DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
 
 LTTNGUST = "lttng-ust"
+LTTNGUST_arc = ""
 LTTNGUST_aarch64 = ""
 LTTNGUST_riscv64 = ""
 LTTNGUST_mipsarch = ""
index 11d7db68482edacc22a8a0e4c96669046f58e907..85ed3c691bac63673ac194426279a707dff584eb 100644 (file)
@@ -25,6 +25,7 @@ PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust"
 PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
 PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
 PACKAGECONFIG_remove_libc-musl = "lttng-ust"
+PACKAGECONFIG_remove_arc = "lttng-ust"
 PACKAGECONFIG_remove_riscv64 = "lttng-ust"
 
 SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \