Bugfix: debugging package for kernel are not created #3405 (#3409)

Build a debugging package for the kernel if the CONFIG_DEBUG_INFO=y parameter is set in the kernel configuration.
Issues: packages are not created #3405
This commit is contained in:
The-going
2022-01-17 14:51:19 +03:00
committed by GitHub
parent b568c3aa68
commit 23afccf56e

View File

@@ -223,6 +223,7 @@ fi
if is_enabled CONFIG_DEBUG_INFO; then if is_enabled CONFIG_DEBUG_INFO; then
cat <<EOF >> debian/control cat <<EOF >> debian/control
Package: $dbg_packagename Package: $dbg_packagename
Section: debug Section: debug
Architecture: $debarch Architecture: $debarch