perf: add PACKAGECONFIG for zstd

perf record can use zstd when available to provide on the fly
compression.

(From OE-Core rev: 1db5bc41e6c672a0c2ac104ee52dfdfe66ac67cd)

Signed-off-by: Alexander Hirsch <alexander.hirsch@gin.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Hirsch
2024-10-31 12:54:33 +01:00
committed by Richard Purdie
parent b2a04c8fd8
commit 8eff68ef23

View File

@@ -32,6 +32,7 @@ PACKAGECONFIG[jevents] = ",NO_JEVENTS=1,python3-native"
PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd"
PACKAGECONFIG[pfm4] = ",NO_LIBPFM4=1,libpfm4"
PACKAGECONFIG[babeltrace] = ",NO_LIBBABELTRACE=1,babeltrace"
PACKAGECONFIG[zstd] = ",NO_LIBZSTD=1,zstd"
# libunwind is not yet ported for some architectures
PACKAGECONFIG:remove:arc = "libunwind"