mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
@@ -41,6 +41,7 @@ LTTNGUST_arc = ""
|
||||
|
||||
LTTNGTOOLS = "lttng-tools"
|
||||
LTTNGTOOLS_arc = ""
|
||||
LTTNGTOOLS_riscv64 = ""
|
||||
|
||||
LTTNGMODULES = "lttng-modules"
|
||||
LTTNGMODULES_arc = ""
|
||||
|
||||
@@ -162,3 +162,6 @@ do_install_ptest () {
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user