From 701e63154c727522704aee6e890dd7d2b5615c6d 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. Signed-off-by: Alexey Brodkin Signed-off-by: Richard Purdie --- meta/recipes-devtools/gdb/gdb-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/gdb/gdb-common.inc') diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index fa64939f26..57bc0dc773 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -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 = "" -- cgit 1.2.3-korg