From 7dce24ded952447c6915f4ab2f387aa7962099f3 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Fri, 23 Nov 2018 01:38:42 +0300 Subject: arc: Disable LTTng LTTng depends on liburcu which is not yet ported to ARC so disable LTTng on ARC for now. (From OE-Core rev: 701e63154c727522704aee6e890dd7d2b5615c6d) Signed-off-by: Alexey Brodkin Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-kernel/lttng') diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb index 11d7db6848..85ed3c691b 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf