mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
lttng-tools: Disable on riscv32
As a bunch of other assignments did, let this cover all riscv32 architectures, not just qemuriscv32. (From OE-Core rev: b1883d725e2ee833b6bcbc2036df8c8287bed547) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 976fe5e3fb630e9daf5bbde79ee2148a7a97694a) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,4 +18,4 @@ COMPATIBLE_HOST:arc:pn-lttng-ust = "null"
|
|||||||
# Whether the platform supports lttng-tools
|
# Whether the platform supports lttng-tools
|
||||||
# lttng-tools requires SYS_ppoll and SYS_pselect6 which are not supported on riscv32.
|
# lttng-tools requires SYS_ppoll and SYS_pselect6 which are not supported on riscv32.
|
||||||
# It's also turned off for riscv32 in meta-riscv. See https://github.com/riscv/meta-riscv/blob/master/conf/layer.conf
|
# It's also turned off for riscv32 in meta-riscv. See https://github.com/riscv/meta-riscv/blob/master/conf/layer.conf
|
||||||
COMPATIBLE_HOST:qemuriscv32:pn-lttng-tools = "null"
|
COMPATIBLE_HOST:riscv32:pn-lttng-tools = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user