summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-02 09:31:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-06 11:09:52 +0000
commit11401c4505aba3a5d7c30634f93f490d13fcc8d2 (patch)
tree3daa6830b697a8945c487e464c0c8ccb32e55f71 /meta/recipes-kernel/perf
parentca1a3c8e900e8a7444527f9fa2c277c9eefc82d3 (diff)
downloadpoky-11401c4505aba3a5d7c30634f93f490d13fcc8d2.tar.gz
perf: Enable libunwind packageconfig on riscv64
libunwind now supports risc64 (From OE-Core rev: 41ab1040b61a86157dd1995e36deb3df65d9c0c5) Signed-off-by: Khem Raj <raj.khem@gmail.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, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index f473272096..7bbc1ad70c 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -31,7 +31,6 @@ PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd"
31 31
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"
35PACKAGECONFIG:remove:riscv32 = "libunwind" 34PACKAGECONFIG:remove:riscv32 = "libunwind"
36 35
37DEPENDS = " \ 36DEPENDS = " \