Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile

The Debian kernel supports the pkg.linux.nokerneldbg build profile.

The debug package tends to become huge, and you may not want to build
it even when CONFIG_DEBUG_INFO is enabled.

This commit introduces a similar profile for the upstream kernel.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>

+1
+1
scripts/package/mkdebian
··· 245 245 Package: linux-image-$version-dbg 246 246 Section: debug 247 247 Architecture: $debarch 248 + Build-Profiles: <!pkg.${sourcename}.nokerneldbg> 248 249 Description: Linux kernel debugging symbols for $version 249 250 This package will come in handy if you need to debug the kernel. It provides 250 251 all the necessary debug symbols for the kernel and its modules.