]> code.ossystems Code Review - openembedded-core.git/commit
default-distrovars.inc: add debuginfod to default DISTRO_FEATURES
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 19 Apr 2021 09:00:43 +0000 (11:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Apr 2021 09:10:43 +0000 (10:10 +0100)
commit024c88c82791a113b614abf61ffd82e097bf21d1
tree20f6a0e3ce138d9cbf69d15f547d74b71702f20d
parentfaf5034876c319aa51d6b3e21265d0984566bb9e
default-distrovars.inc: add debuginfod to default DISTRO_FEATURES

Obtaining debug information by having it served automatically via http
is far more pleasant than messing about with debugfs and gdbserver or
transferring and installing -dbg packages by hand.

I believe we should follow the desktop distros and have it enabled
out of the box. Please see the following commit for the description
of how it works.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-distrovars.inc
meta/recipes-devtools/binutils/binutils_2.36.bb
meta/recipes-devtools/elfutils/elfutils_0.183.bb
meta/recipes-devtools/gdb/gdb-common.inc