From: He Zhe Date: Tue, 27 Sep 2022 03:28:28 +0000 (+0800) Subject: lttng-tools: Disable on riscv32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2869 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=976fe5e3fb630e9daf5bbde79ee2148a7a97694a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lttng-tools: Disable on riscv32 As a bunch of other assignments did, let this cover all riscv32 architectures, not just qemuriscv32. Signed-off-by: He Zhe Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/lttng/lttng-platforms.inc b/meta/recipes-kernel/lttng/lttng-platforms.inc index 98b13b194ce..900e36df821 100644 --- a/meta/recipes-kernel/lttng/lttng-platforms.inc +++ b/meta/recipes-kernel/lttng/lttng-platforms.inc @@ -18,4 +18,4 @@ COMPATIBLE_HOST:arc:pn-lttng-ust = "null" # Whether the platform supports lttng-tools # 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 -COMPATIBLE_HOST:qemuriscv32:pn-lttng-tools = "null" +COMPATIBLE_HOST:riscv32:pn-lttng-tools = "null"