Skip to content

Commit becd38a

Browse files
committed
DLPX-96594 fix linux-kernel-generic upstream merge for 6.17
PR URL: https://www.github.com/delphix/linux-pkg/pull/388
1 parent 71b1aa8 commit becd38a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

default-package-config.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ function kernel_build() {
122122
# do_tools_common=false
123123
# We do not need to build linux-tools-common package and we
124124
# 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.
125128
# do_tools_host=false
126129
# We do not need to build linux-tools-host package.
127130
# uefi_signed=false
@@ -137,6 +140,7 @@ function kernel_build() {
137140
"do_dbgsym_package=true"
138141
"do_tools_common=false"
139142
"do_tools_host=false"
143+
"do_tools_perf=false"
140144
"uefi_signed=false"
141145
"do_zfs=false"
142146
"do_ipu6=false"

0 commit comments

Comments
 (0)