mbox series

[0/3] migrate most bitbake -e instructions to bitbake-getvar

Message ID 20251029-bitbake-e-v1-0-c06ad212db9e@cherry.de
Headers show
Series migrate most bitbake -e instructions to bitbake-getvar | expand

Message

Quentin Schulz Oct. 29, 2025, 5:42 p.m. UTC
As reported by Robert, we still have a few examples with bitbake -e
instructions instead of the more user-friendly bitbake-getvar.

This migrates what I believe to be the last instances of bitbake -e we
can currently replace with bitbake-getvar.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Quentin Schulz (3):
      kernel-dev: common: migrate bitbake -e to bitbake-getvar
      ref-manual: variables: migrate the OVERRIDES note to bitbake-getvar
      dev-manual: debugging: use bitbake-getvar in Viewing Variable Values section

 documentation/dev-manual/debugging.rst | 34 ++++++++++++++++++++--------------
 documentation/kernel-dev/common.rst    | 12 +++++-------
 documentation/ref-manual/variables.rst |  4 ++--
 3 files changed, 27 insertions(+), 23 deletions(-)
---
base-commit: 8b85245490ae0b19a9c3880ec31e55b42e19d094
change-id: 20251029-bitbake-e-2a7e8aa78702

Best regards,