diff options
author | Ross Burton <ross.burton@arm.com> | 2020-07-13 16:44:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-18 11:06:31 +0100 |
commit | 5093e5472b6a14433fd76ba23180899e66d6418c (patch) | |
tree | f0eac25a1492e80a4e32cdf5f34776893af1c8d0 /meta/recipes-kernel | |
parent | 1336a6af7762adec6c7b05c30afb2a1f21445dc7 (diff) | |
download | poky-5093e5472b6a14433fd76ba23180899e66d6418c.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index c4b7b77e99..cf95df710f 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -26,6 +26,8 @@ PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" | |||
26 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" | 26 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" |
27 | PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native" | 27 | PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native" |
28 | PACKAGECONFIG[cap] = ",,libcap" | 28 | PACKAGECONFIG[cap] = ",,libcap" |
29 | # Arm CoreSight | ||
30 | PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" | ||
29 | 31 | ||
30 | # libunwind is not yet ported for some architectures | 32 | # libunwind is not yet ported for some architectures |
31 | PACKAGECONFIG_remove_arc = "libunwind" | 33 | PACKAGECONFIG_remove_arc = "libunwind" |