Re: How to disable building of -dbg Debian package?

2016-09-30 Thread Aleksander Alekseev
Thanks for your replies! > disable CONFIG_DEBUG_INFO and -dbg package will not be built. > But this package can be very useful, if you are going to debug kernel > code. SystemTap, crash, makedumpfile need debug symbols. Indeed, commenting CONFIG_DEBUG_INFO option disables building -dbg package. J

Re: How to disable building of -dbg Debian package?

2016-09-30 Thread Andrey Skvortsov
On 16-09-30 14:12, Aleksander Alekseev wrote: > Hello. > > I'm building Linux kernel like this: > > ``` > cp /boot/config-$(uname -r) ./.config > make olddefconfig > make -j4 deb-pkg LOCALVERSION=-custom > ``` > > Resulting files are (for 4.7.0 kernel): > > ``` >966694 linux-firmware-image-

Re: How to disable building of -dbg Debian package?

2016-09-30 Thread Bjørn Mork
Aleksander Alekseev writes: > Hello. > > I'm building Linux kernel like this: > > ``` > cp /boot/config-$(uname -r) ./.config > make olddefconfig > make -j4 deb-pkg LOCALVERSION=-custom > ``` > > Resulting files are (for 4.7.0 kernel): > > ``` >966694 linux-firmware-image-4.7.0-custom_4.7.0-c

How to disable building of -dbg Debian package?

2016-09-30 Thread Aleksander Alekseev
Hello. I'm building Linux kernel like this: ``` cp /boot/config-$(uname -r) ./.config make olddefconfig make -j4 deb-pkg LOCALVERSION=-custom ``` Resulting files are (for 4.7.0 kernel): ``` 966694 linux-firmware-image-4.7.0-custom_4.7.0-custom-1_amd64.deb 10316460 linux-headers-4.7.0-custom