From: Khem Raj Date: Fri, 12 Mar 2021 01:36:26 +0000 (-0800) Subject: perf: Remove libunwind for rv32 X-Git-Tag: yocto-3.3~170 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2cce2a296b4659a6c7e7f069e11f6f35957608d2;p=openembedded-core.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 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 \