From: Khem Raj Date: Fri, 12 Mar 2021 01:36:26 +0000 (-0800) Subject: perf: Remove libunwind for rv32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cce2a296b4659a6c7e7f069e11f6f35957608d2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: Remove libunwind for rv32 libunwind is not yet ported to RISCV32 Signed-off-by: Khem Raj Cc: Alistair Francis Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index c7653e523c1..edb13351542 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 \