mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user