Message ID | 20250225155647.3295109-2-bruce.ashfield@gmail.com |
---|---|
State | Accepted, archived |
Commit | c1b44f4e9f7d13673a93aa81be6a3e11aa9f742b |
Headers | show |
Series | [1/2] linux-yocto-dev: bump to v6.14 | expand |
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 18e2454f9a..d06dd2fa5a 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -9,8 +9,8 @@ HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page" LICENSE = "GPL-2.0-only" - -PACKAGECONFIG ??= "python tui libunwind libtraceevent" +# zstd is required for kernels 6.14+ when libelf-zstd is detected +PACKAGECONFIG ??= "python tui libunwind libtraceevent zstd" PACKAGECONFIG[dwarf] = ",NO_DWARF=1" PACKAGECONFIG[perl] = ",NO_LIBPERL=1,perl" PACKAGECONFIG[python] = ",NO_LIBPYTHON=1,python3 python3-setuptools-native"