summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-08-22 18:00:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-24 16:50:24 +0100
commitfe09892082c21a8dad4d2f4f5b7ba19aad2901bf (patch)
tree23021f50c131dc05f69b35d4bf1909bbb9bf4f51 /meta/recipes-kernel/perf
parentd37eff39072ae4ad08808d23ec47b243f897ea5a (diff)
downloadpoky-fe09892082c21a8dad4d2f4f5b7ba19aad2901bf.tar.gz
perf: disable perl support
The perf support was broken and if enabled results in non-reproducible binaries, so disable it for now. (From OE-Core rev: 55463c1898c220b79b77da95b2d0dd9bdc1628a2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index f89ab20ca4..e22a1bebb2 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
12PR = "r9" 12PR = "r9"
13 13
14PACKAGECONFIG ??= "perl python tui libunwind libtraceevent" 14PACKAGECONFIG ??= "python tui libunwind libtraceevent"
15PACKAGECONFIG[dwarf] = ",NO_DWARF=1" 15PACKAGECONFIG[dwarf] = ",NO_DWARF=1"
16PACKAGECONFIG[perl] = ",NO_LIBPERL=1,perl" 16PACKAGECONFIG[perl] = ",NO_LIBPERL=1,perl"
17PACKAGECONFIG[python] = ",NO_LIBPYTHON=1,python3 python3-setuptools-native" 17PACKAGECONFIG[python] = ",NO_LIBPYTHON=1,python3 python3-setuptools-native"