Skip to content

Commit 1e38a33

Browse files
committed
1 parent 96a8b28 commit 1e38a33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

default-package-config.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,11 @@ function kernel_build() {
135135
#
136136
local debian_rules_args=(
137137
"do_dbgsym_package=true"
138-
"do_tools_common=false"
138+
"do_tools_common=true"
139139
"do_tools_host=false"
140+
"do_tools_perf=true"
141+
"do_tools_perf_jvmti=true"
142+
"do_tools_perf_python=true"
140143
"uefi_signed=false"
141144
"do_zfs=false"
142145
"do_ipu6=false"

0 commit comments

Comments
 (0)