diff options
author | Dorinda <dorindabassey@gmail.com> | 2021-03-02 18:06:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-23 22:54:55 +0000 |
commit | 6c9829385ecf78d3dae295cf8a010197d0f87327 (patch) | |
tree | 678d04ed3a8e1490c37b655852fe4234d02c9701 /documentation/ref-manual | |
parent | 2d80d02edbf99775e9fd7465cb80891bf6fa738a (diff) | |
download | poky-6c9829385ecf78d3dae295cf8a010197d0f87327.tar.gz |
dev-manual/common-task.rst: Added documentation for debuginfod support
Added documentation on running debuginfod server and using it on the target.
Added the term DEBUGINFOD_URLS definition in ref-manual/variables.rst
(From yocto-docs rev: a16ae140e26482c81ce733f20f8c68c6eba55f35)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 4f441907b1..0310429bdc 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1565,6 +1565,12 @@ system and gives an overview of their function and contents. | |||
1565 | 1565 | ||
1566 | DEBIANNAME_${PN} = "dbus-1" | 1566 | DEBIANNAME_${PN} = "dbus-1" |
1567 | 1567 | ||
1568 | :term:`DEBUGINFOD_URLS` | ||
1569 | Points to the URL of the "debuginfod" server. Such that for every | ||
1570 | debugging information lookup, the debuginfod client will query the | ||
1571 | server and return the requested information. You set this variable | ||
1572 | in your ``local.conf`` file. | ||
1573 | |||
1568 | :term:`DEBUG_BUILD` | 1574 | :term:`DEBUG_BUILD` |
1569 | Specifies to build packages with debugging information. This | 1575 | Specifies to build packages with debugging information. This |
1570 | influences the value of the ``SELECTED_OPTIMIZATION`` variable. | 1576 | influences the value of the ``SELECTED_OPTIMIZATION`` variable. |