From: Masahiro Yamada Date: Tue, 22 Oct 2024 18:16:59 +0000 (+0900) Subject: kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile X-Git-Tag: v6.12-rc6~8^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ad7126c5190864e928154ef74e0ae6cbdcea783;p=thirdparty%2Flinux.git 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 Reviewed-by: Nicolas Schier --- diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian index 93eb50356ddbb..fc3b7fa709fcf 100755 --- a/scripts/package/mkdebian +++ b/scripts/package/mkdebian @@ -245,6 +245,7 @@ cat <> debian/control Package: linux-image-$version-dbg Section: debug Architecture: $debarch +Build-Profiles: Description: Linux kernel debugging symbols for $version This package will come in handy if you need to debug the kernel. It provides all the necessary debug symbols for the kernel and its modules.