kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 22 Oct 2024 18:16:59 +0000 (03:16 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 31 Oct 2024 12:41:02 +0000 (21:41 +0900)
commit2ad7126c5190864e928154ef74e0ae6cbdcea783
tree4787ba1725c96047b3a3ed9dfbf41ef992970bd9
parente2c318225ac13083cdcb4780cdf5b90edaa8644d
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>
scripts/package/mkdebian