summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-09-23 05:00:16 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-02 09:57:41 +0100
commit65cfd937a2a21cec7db8c75f84edd9251738bb7b (patch)
tree0d55a7b56795f82fcdab38386b64ac86607e602c /documentation
parentf25e408268ecae170d77ac269f316174516e728e (diff)
downloadpoky-65cfd937a2a21cec7db8c75f84edd9251738bb7b.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 28eb5f233c..6cb9ad9c9e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5098,6 +5098,11 @@ system and gives an overview of their function and contents.
5098 - "``debug-without-src``": The same behavior as with the ``.debug`` 5098 - "``debug-without-src``": The same behavior as with the ``.debug``
5099 setting, but no source is packaged at all. 5099 setting, but no source is packaged at all.
5100 5100
5101 .. note::
5102
5103 Much of the above package splitting can be overridden via
5104 use of the :term:`INHIBIT_PACKAGE_DEBUG_SPLIT` variable.
5105
5101 You can find out more about debugging using GDB by reading the 5106 You can find out more about debugging using GDB by reading the
5102 ":ref:`dev-manual/common-tasks:debugging with the gnu project debugger (gdb) remotely`" section 5107 ":ref:`dev-manual/common-tasks:debugging with the gnu project debugger (gdb) remotely`" section
5103 in the Yocto Project Development Tasks Manual. 5108 in the Yocto Project Development Tasks Manual.