diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-11-23 01:38:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-23 23:35:19 +0000 |
commit | 7dce24ded952447c6915f4ab2f387aa7962099f3 (patch) | |
tree | 84fac47da52d013cc7e467b393097fb24f872774 /meta/recipes-devtools/gdb/gdb-common.inc | |
parent | 721c000b0075034e3dcc2bdc28b80cf05aa50b5f (diff) | |
download | poky-7dce24ded952447c6915f4ab2f387aa7962099f3.tar.gz |
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 <abrodkin@synopsys.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
4 | DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native" | 4 | DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native" |
5 | 5 | ||
6 | LTTNGUST = "lttng-ust" | 6 | LTTNGUST = "lttng-ust" |
7 | LTTNGUST_arc = "" | ||
7 | LTTNGUST_aarch64 = "" | 8 | LTTNGUST_aarch64 = "" |
8 | LTTNGUST_riscv64 = "" | 9 | LTTNGUST_riscv64 = "" |
9 | LTTNGUST_mipsarch = "" | 10 | LTTNGUST_mipsarch = "" |