From: Alexander Hirsch Date: Thu, 31 Oct 2024 11:54:33 +0000 (+0100) Subject: perf: add PACKAGECONFIG for zstd X-Git-Tag: uninative-4.7~1022 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db5bc41e6c672a0c2ac104ee52dfdfe66ac67cd;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git perf: add PACKAGECONFIG for zstd perf record can use zstd when available to provide on the fly compression. Signed-off-by: Alexander Hirsch Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index f3f350aa98c..9cd6148a1db 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -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"