ref-manual: mention INHIBIT_PACKAGE_DEBUG_SPLIT variable

Following a detailed discussion of PACKAGE_DEBUG_SPLIT_STYLE, it seems
only appropriate to refer the reader to INHIBIT_PACKAGE_DEBUG_SPLIT.

(From yocto-docs rev: d12a6149ed9ec4a5f7c47f4a8c0330c6024c9de5)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day
2021-09-23 05:00:16 -04:00
committed by Richard Purdie
parent f25e408268
commit 65cfd937a2

View File

@@ -5098,6 +5098,11 @@ system and gives an overview of their function and contents.
- "``debug-without-src``": The same behavior as with the ``.debug``
setting, but no source is packaged at all.
.. note::
Much of the above package splitting can be overridden via
use of the :term:`INHIBIT_PACKAGE_DEBUG_SPLIT` variable.
You can find out more about debugging using GDB by reading the
":ref:`dev-manual/common-tasks:debugging with the gnu project debugger (gdb) remotely`" section
in the Yocto Project Development Tasks Manual.