Anyway, instead of properly debianizing v6.12, I've decided to movee to 
v6.11-hwe, that is already available in Ubuntu:
======
sudo apt-get build-dep linux-hwe-6.11
apt source linux-hwe-6.11
cd linux-hwe-6.11-6.11.0
fakeroot debian/rules clean
...
applied my patch here...
...
debian/rules build
fakeroot debian/rules binary
======

Tools get built successfully.

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to