summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-11 17:36:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-14 16:33:59 +0000
commitb19c8f0af0d7c1a4c5919350ceae7a7ec5d15963 (patch)
tree2faf1a503dc00480b4ef71ba90ba34584db9bb07 /meta/recipes-kernel/perf
parent3f8d6c0637ef47833f9b9375651c42a45574c378 (diff)
downloadpoky-b19c8f0af0d7c1a4c5919350ceae7a7ec5d15963.tar.gz
perf: Remove libunwind for rv32
libunwind is not yet ported to RISCV32 (From OE-Core rev: 2cce2a296b4659a6c7e7f069e11f6f35957608d2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf.bb1
1 files changed, 1 insertions, 0 deletions
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"
32# libunwind is not yet ported for some architectures 32# libunwind is not yet ported for some architectures
33PACKAGECONFIG_remove_arc = "libunwind" 33PACKAGECONFIG_remove_arc = "libunwind"
34PACKAGECONFIG_remove_riscv64 = "libunwind" 34PACKAGECONFIG_remove_riscv64 = "libunwind"
35PACKAGECONFIG_remove_riscv32 = "libunwind"
35 36
36DEPENDS = " \ 37DEPENDS = " \
37 virtual/${MLPREFIX}libc \ 38 virtual/${MLPREFIX}libc \