diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-09 03:00:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-11 06:25:19 -0700 |
commit | 1e4e58d51498101e1e1b36fd4c3ad51052c15a6a (patch) | |
tree | d56a34a3fdd5f0e848adfe4d89503041f5f3acda /meta/recipes-devtools | |
parent | fa47b5e61839ae2f67f00998792a88726359af89 (diff) | |
download | openembedded-core-1e4e58d51498101e1e1b36fd4c3ad51052c15a6a.tar.gz openembedded-core-1e4e58d51498101e1e1b36fd4c3ad51052c15a6a.tar.bz2 openembedded-core-1e4e58d51498101e1e1b36fd4c3ad51052c15a6a.zip |
recipes: Disable lttng for riscv
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-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 9164a2bba4..039577b8e2 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -5,6 +5,7 @@ DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST}" LTTNGUST = "lttng-ust" LTTNGUST_aarch64 = "" +LTTNGUST_riscv64 = "" LTTNGUST_mipsarch = "" LTTNGUST_sh4 = "" LTTNGUST_libc-musl = "" |