summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-08-22 18:00:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-24 16:50:24 +0100
commit0fa81bddd6c5e2d73c0efba6ce18aadba8af1ebf (patch)
tree6c08c0fee734a65a72ec391b5ac490fd342a19fe /meta/recipes-kernel/perf
parent04f625d0d1d5518950171a4c6390ad21a62f6e41 (diff)
downloadpoky-0fa81bddd6c5e2d73c0efba6ce18aadba8af1ebf.tar.gz
perf: add more PACKAGECONFIGs
libpfm4 and babeltrace are enabled if they're found, so add PACKAGECONFIGs so that our configuration is explicit. (From OE-Core rev: 8818a259495310f3054abc2918771587e6f82ae9) Signed-off-by: Ross Burton <ross.burton@arm.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.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 68d59f69c7..9eeb1003f3 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -30,6 +30,8 @@ PACKAGECONFIG[cap] = ",,libcap"
30PACKAGECONFIG[libtraceevent] = ",NO_LIBTRACEEVENT=1,libtraceevent" 30PACKAGECONFIG[libtraceevent] = ",NO_LIBTRACEEVENT=1,libtraceevent"
31# Arm CoreSight 31# Arm CoreSight
32PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" 32PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd"
33PACKAGECONFIG[pfm4] = ",NO_LIBPFM4=1,libpfm4"
34PACKAGECONFIG[babeltrace] = ",NO_LIBBABELTRACE=1,babeltrace"
33 35
34# libunwind is not yet ported for some architectures 36# libunwind is not yet ported for some architectures
35PACKAGECONFIG:remove:arc = "libunwind" 37PACKAGECONFIG:remove:arc = "libunwind"