From b19c8f0af0d7c1a4c5919350ceae7a7ec5d15963 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 11 Mar 2021 17:36:26 -0800 Subject: perf: Remove libunwind for rv32 libunwind is not yet ported to RISCV32 (From OE-Core rev: 2cce2a296b4659a6c7e7f069e11f6f35957608d2) Signed-off-by: Khem Raj Cc: Alistair Francis Signed-off-by: Richard Purdie --- meta/recipes-kernel/perf/perf.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-kernel/perf') diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index c7653e523c..edb1335154 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -32,6 +32,7 @@ PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" # libunwind is not yet ported for some architectures PACKAGECONFIG_remove_arc = "libunwind" PACKAGECONFIG_remove_riscv64 = "libunwind" +PACKAGECONFIG_remove_riscv32 = "libunwind" DEPENDS = " \ virtual/${MLPREFIX}libc \ -- cgit v1.2.3-54-g00ecf