Message ID | 20211202173134.31341-1-raj.khem@gmail.com |
---|---|
State | Accepted, archived |
Commit | 41ab1040b61a86157dd1995e36deb3df65d9c0c5 |
Headers | show |
Series | perf: Enable libunwind packageconfig on riscv64 | expand |
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index f473272096f..7bbc1ad70c5 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -31,7 +31,6 @@ 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 = " \
libunwind now supports risc64 Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-kernel/perf/perf.bb | 1 - 1 file changed, 1 deletion(-)