From 6bed43c37f462906cda3ee05fc315bd9e04bbeb2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Feb 2021 11:01:54 -0800 Subject: [PATCH] tcf-agent: Enable builds on riscv32 Signed-off-by: Khem Raj --- conf/layer.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index fef3aa1..ffe1550 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -72,8 +72,6 @@ INSANE_SKIP_append_pn-perf_riscv32 = " textrel" # These recipe dont _yet_ build for rv32 COMPATIBLE_HOST_pn-openh264_riscv32 = "null" -# Need to port - tcf/cpudefs-mdep.h -COMPATIBLE_HOST_pn-tcf-agent_riscv32 = "null" # needs SYS_ppoll and SYS_pselect6 COMPATIBLE_HOST_pn-lttng-tools_riscv32 = "null" # LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0