summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-26 12:42:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-03 13:37:48 +0100
commite1ebdcff7cfd27402d873a967edf84d328a52223 (patch)
treeb4cb7420f8cedbbbb201d1813c05f3cbb868e4cc /documentation/ref-manual
parentf353ba0ec23a26dc9058e272dc769382ebd5c32f (diff)
downloadpoky-e1ebdcff7cfd27402d873a967edf84d328a52223.tar.gz
dev-manual/common-tasks.rst: correct the documentation for debuginfod
Particularly, - correctly describe the use of DEBUGINFOD_URLS; drop it from bitbake variables - all necessary component tweaks are enabled by default via DISTRO_FEATURES - provide on-target examples of what to look for when things work properly (From yocto-docs rev: 6d5d568d427b22675b999f94ead829ab1bef0b21) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 3297a69edf..c339d45e18 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1523,12 +1523,6 @@ system and gives an overview of their function and contents.
1523 1523
1524 DEBIANNAME_${PN} = "dbus-1" 1524 DEBIANNAME_${PN} = "dbus-1"
1525 1525
1526 :term:`DEBUGINFOD_URLS`
1527 Points to the URL of the "debuginfod" server. Such that for every
1528 debugging information lookup, the debuginfod client will query the
1529 server and return the requested information. You set this variable
1530 in your ``local.conf`` file.
1531
1532 :term:`DEBUG_BUILD` 1526 :term:`DEBUG_BUILD`
1533 Specifies to build packages with debugging information. This 1527 Specifies to build packages with debugging information. This
1534 influences the value of the ``SELECTED_OPTIMIZATION`` variable. 1528 influences the value of the ``SELECTED_OPTIMIZATION`` variable.