diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index da5f6533e6..67b01a7f65 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "GPL-2.0-only" | |||
11 | 11 | ||
12 | PR = "r9" | 12 | PR = "r9" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "scripting tui libunwind" | 14 | PACKAGECONFIG ??= "scripting tui libunwind libtraceevent" |
15 | PACKAGECONFIG[dwarf] = ",NO_DWARF=1" | 15 | PACKAGECONFIG[dwarf] = ",NO_DWARF=1" |
16 | PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python3 python3-setuptools-native" | 16 | PACKAGECONFIG[scripting] = ",NO_LIBPERL=1 NO_LIBPYTHON=1,perl python3 python3-setuptools-native" |
17 | # gui support was added with kernel 3.6.35 | 17 | # gui support was added with kernel 3.6.35 |
@@ -27,6 +27,7 @@ PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" | |||
27 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" | 27 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" |
28 | PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native" | 28 | PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native" |
29 | PACKAGECONFIG[cap] = ",,libcap" | 29 | PACKAGECONFIG[cap] = ",,libcap" |
30 | PACKAGECONFIG[libtraceevent] = ",NO_LIBTRACEEVENT=1,libtraceevent" | ||
30 | # Arm CoreSight | 31 | # Arm CoreSight |
31 | PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" | 32 | PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" |
32 | 33 | ||