From 65cfd937a2a21cec7db8c75f84edd9251738bb7b Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 23 Sep 2021 05:00:16 -0400 Subject: 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 Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation') 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. - "``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. -- cgit v1.2.3-54-g00ecf