mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f353ba0ec2
commit
e1ebdcff7c
@@ -1523,12 +1523,6 @@ system and gives an overview of their function and contents.
|
||||
|
||||
DEBIANNAME_${PN} = "dbus-1"
|
||||
|
||||
:term:`DEBUGINFOD_URLS`
|
||||
Points to the URL of the "debuginfod" server. Such that for every
|
||||
debugging information lookup, the debuginfod client will query the
|
||||
server and return the requested information. You set this variable
|
||||
in your ``local.conf`` file.
|
||||
|
||||
:term:`DEBUG_BUILD`
|
||||
Specifies to build packages with debugging information. This
|
||||
influences the value of the ``SELECTED_OPTIMIZATION`` variable.
|
||||
|
||||
Reference in New Issue
Block a user