[SRU][N][PATCH 1/1] UBUNTU: [Packaging] Add intel-speed-select to linux-tools

Jacob Martin jacob.martin at canonical.com
Tue May 19 21:28:04 UTC 2026


From: Timo Aaltonen <timo.aaltonen at canonical.com>

BugLink: https://bugs.launchpad.net/bugs/2131077
Signed-off-by: Timo Aaltonen <timo.aaltonen at canonical.com>

(backported from commit f0b8786a17464c799d97d947897057770671de83 resolute:linux)
Signed-off-by: Jacob Martin <jacob.martin at canonical.com>
---
 debian.master/control.stub.in   | 2 ++
 debian/rules.d/2-binary-arch.mk | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in
index eb5bcc59bf3d..e5d38c3f318a 100644
--- a/debian.master/control.stub.in
+++ b/debian.master/control.stub.in
@@ -27,6 +27,8 @@ Build-Depends:
  libiberty-dev <!stage1>,
  liblzma-dev <!stage1>,
  libnewt-dev <!stage1>,
+ libnl-3-dev,
+ libnl-genl-3-dev,
  libnuma-dev [amd64 arm64 ppc64el s390x] <!stage1>,
  libpci-dev <!stage1>,
  libssl-dev <!stage1>,
diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk
index aa8c521be8c9..d1af4a6fdeaa 100644
--- a/debian/rules.d/2-binary-arch.mk
+++ b/debian/rules.d/2-binary-arch.mk
@@ -688,6 +688,7 @@ endif
 ifeq ($(do_tools_x86),true)
 	cd $(builddirpa)/tools/power/x86/x86_energy_perf_policy && make CROSS_COMPILE=$(CROSS_COMPILE)
 	cd $(builddirpa)/tools/power/x86/turbostat && make CROSS_COMPILE=$(CROSS_COMPILE)
+	cd $(builddirpa)/tools/power/x86/intel-speed-select && make CROSS_COMPILE=$(CROSS_COMPILE)
 endif
 endif
 ifeq ($(do_cloud_tools),true)
@@ -741,7 +742,7 @@ ifeq ($(do_tools_bpftool),true)
 endif
 ifeq ($(do_tools_x86),true)
 	install -m755 \
-		$(addprefix $(builddirpa)/tools/power/x86/, x86_energy_perf_policy/x86_energy_perf_policy turbostat/turbostat) \
+		$(addprefix $(builddirpa)/tools/power/x86/, x86_energy_perf_policy/x86_energy_perf_policy turbostat/turbostat intel-speed-select/intel-speed-select) \
 		$(toolspkgdir)/usr/lib/$(src_pkg_name)-tools-$(abi_release)
 endif
 endif
-- 
2.43.0




More information about the kernel-team mailing list