]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
perf: add PACKAGECONFIG for zstd
authorAlexander Hirsch <alexander.hirsch@gin.de>
Thu, 31 Oct 2024 11:54:33 +0000 (12:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2024 12:57:36 +0000 (12:57 +0000)
perf record can use zstd when available to provide on the fly
compression.

Signed-off-by: Alexander Hirsch <alexander.hirsch@gin.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/perf/perf.bb

index f3f350aa98cd59102741f407fa4b6b18ddf9db74..9cd6148a1dbb26ce575ec875d375fcd0089bc900 100644 (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"