We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b1aa8 commit becd38aCopy full SHA for becd38a
1 file changed
default-package-config.sh
@@ -122,6 +122,9 @@ function kernel_build() {
122
# do_tools_common=false
123
# We do not need to build linux-tools-common package and we
124
# install it directly from our package mirror.
125
+ # do_tools_perf=false
126
+ # The perf tool is provided by the linux-tools-common package,
127
+ # which we install it directly from our package mirror.
128
# do_tools_host=false
129
# We do not need to build linux-tools-host package.
130
# uefi_signed=false
@@ -137,6 +140,7 @@ function kernel_build() {
137
140
"do_dbgsym_package=true"
138
141
"do_tools_common=false"
139
142
"do_tools_host=false"
143
+ "do_tools_perf=false"
144
"uefi_signed=false"
145
"do_zfs=false"
146
"do_ipu6=false"
0 commit comments