mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user