From 150606aa1fad21e670be025b93a484e470631697 Mon Sep 17 00:00:00 2001 From: Lyric Lake Date: Thu, 26 Feb 2026 14:35:49 -0800 Subject: [PATCH] DLPX-96594 fix linux-kernel-generic upstream merge for 6.17 PR URL: https://www.github.com/delphix/linux-pkg/pull/388 --- default-package-config.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default-package-config.sh b/default-package-config.sh index 6597dcc9..eb47bd47 100644 --- a/default-package-config.sh +++ b/default-package-config.sh @@ -122,6 +122,9 @@ function kernel_build() { # do_tools_common=false # We do not need to build linux-tools-common package and we # install it directly from our package mirror. + # do_tools_perf=false + # The perf tool is provided by the linux-tools-common package, + # which we install directly from our package mirror. # do_tools_host=false # We do not need to build linux-tools-host package. # uefi_signed=false @@ -136,6 +139,7 @@ function kernel_build() { local debian_rules_args=( "do_dbgsym_package=true" "do_tools_common=false" + "do_tools_perf=false" "do_tools_host=false" "uefi_signed=false" "do_zfs=false"