Skip to content
Snippets Groups Projects
Commit 263566b7 authored by Martyn Welch's avatar Martyn Welch
Browse files

d/rules.d/tools/perf: Re-enable libopencsd


Perf can be linked against libopencsd (coresight) if enabled to do so.
As the version of this library in Bullseye was too old, it had
previously been disabled. This option is enabled in Bookworm, but seems
to have got carried across when merging the Apertis changes. Re-enable
this library.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent e28d7a99
No related branches found
No related tags found
2 merge requests!234Merge changes to v2024dev1 to v2024dev2,!200Draft: d/patches: Use an overlay for the rpi 7" touch screen
......@@ -26,8 +26,7 @@ MAKE_PERF += NO_LIBDEBUGINFOD=1
MAKE_PERF += NO_LIBCRYPTO=1
# perf only links against libopencsd (coresight) if specifically enabled
# version in bullseye is too old
#MAKE_PERF += CORESIGHT=1
MAKE_PERF += CORESIGHT=1
# Currently babeltrace support for `perf data' is not automatically detected.
MAKE_PERF += LIBBABELTRACE=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment