summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst6
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.