mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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:
committed by
Richard Purdie
parent
b2a04c8fd8
commit
8eff68ef23
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user