mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
perf: add PACKAGECONFIG for CoreSight support
meta-arm has a recipe for OpenCSD, the CoreSight Trace Decoder library, so add a PACKAGECONFIG so that users can enable the use of CoreSight in perf builds. (From OE-Core rev: 2e9c2f054730069554c9102333aa779c214d8b90) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1336a6af77
commit
5093e5472b
@@ -26,6 +26,8 @@ PACKAGECONFIG[jvmti] = ",NO_JVMTI=1"
|
||||
PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit"
|
||||
PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native"
|
||||
PACKAGECONFIG[cap] = ",,libcap"
|
||||
# Arm CoreSight
|
||||
PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd"
|
||||
|
||||
# libunwind is not yet ported for some architectures
|
||||
PACKAGECONFIG_remove_arc = "libunwind"
|
||||
|
||||
Reference in New Issue
Block a user