lttng-tools: Do not build for riscv64

Since lttng-modules are not buildable, there is no point of building
tools either

(From OE-Core rev: 7138f09da4f3c523d4028fbe5b53923ad2b59a71)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2020-08-25 22:41:01 -07:00
committed by Richard Purdie
parent 780d38ee5e
commit 5713f5d7c8
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ LTTNGUST_arc = ""
LTTNGTOOLS = "lttng-tools"
LTTNGTOOLS_arc = ""
LTTNGTOOLS_riscv64 = ""
LTTNGMODULES = "lttng-modules"
LTTNGMODULES_arc = ""

View File

@@ -162,3 +162,6 @@ do_install_ptest () {
esac
done
}
COMPATIBLE_HOST_riscv64 = "null"