mbox series

[0/4] devtool improve debug build configuration

Message ID 20241216174406.3128556-1-adrian.freihofer@gmail.com
Headers show
Series devtool improve debug build configuration | expand

Message

Adrian Freihofer Dec. 16, 2024, 5:43 p.m. UTC
Add a new command line option to devtool modify: --debug-build. With
this option, the bbappend file created by devtool modify contains
DEBUG_BUILD = “1”.

The --debug-build-config command line option of devtool ide-sdk,
which does not really work anyway, is removed.

Moving the initialization with DEBUG_BUILD = “1” from ide-sdk to
modify simplifies the implementations considerably. If the user
wants to change the DEBUG_BUILD configuration, the bbappend file
can also be edited manually. ide-sdk now issues a corresponding
message if it is called with optimized compiler settings.

It would be nice if Yocto Bitbake Plugin for VSCode could also
support the new devtool modify --debug-build feature.

A documentation update is ready on the branch here:
https://git.yoctoproject.org/poky-contrib/log/?h=adrianf/devtool-ide-sdk-debug-default

Adrian Freihofer (4):
  devtool: modify support debug-builds
  devtool: ide-sdk sort cmake preset
  devtool: ide-sdk recommend DEBUG_BUILD
  oe-selftest: devtool ide-sdk use modify debug-build

 meta/lib/oeqa/selftest/cases/devtool.py |  2 +-
 scripts/lib/devtool/ide_sdk.py          | 54 +++++--------------------
 scripts/lib/devtool/standard.py         |  3 ++
 3 files changed, 15 insertions(+), 44 deletions(-)