Thanks You-Sheng Yang!

I've managed to build linux-tools for v6.8 as you've pointed out. Can you also 
help me build it from upstream git?
========
git clone https://github.com/torvalds/linux
cd linux
git checkout v6.12
fakeroot debian/rules clean
/usr/bin/fakeroot: 175: debian/rules: not found
========

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2103991

Title:
  Can't build a corresponding linux-tools package for my self-build
  kernel

Status in linux package in Ubuntu:
  Invalid

Bug description:
  Running Ubuntu 24.04, I've built my own kernel from 6.8 sources as:
  =================================
  apt source linux
  cd linux-6.8.0
  make mrproper
  cp /boot/config-$(uname -r) ./.config
  make oldconfig
  scripts/config --disable SYSTEM_TRUSTED_KEYS
  scripts/config --disable SYSTEM_REVOCATION_KEYS
  scripts/config --set-str CONFIG_SYSTEM_TRUSTED_KEYS ""
  scripts/config --set-str CONFIG_SYSTEM_REVOCATION_KEYS ""

  # This way
  make -j8 bindeb-pkg LOCALVERSION=-qqqqqq

  # And this
  fakeroot debian/rules clean
  fakeroot debian/rules binary do_linux_tools=true
  =================================

  I also did the same for git-cloned v6.12, used "make deb-pkg". No luck, 
nothing builds linux-tools for me.
  The reason why I'm doing that - I need "cpupower" command working after 
moving to v.6.12.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2103991/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to