| Message ID | 20251029-bitbake-e-v1-0-c06ad212db9e@cherry.de |
|---|---|
| Headers | show |
| Series | migrate most bitbake -e instructions to bitbake-getvar | expand |
On Wed, 29 Oct 2025 18:42:39 +0100, Quentin Schulz wrote: > 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. > > > [...] Applied, thanks! [1/3] kernel-dev: common: migrate bitbake -e to bitbake-getvar commit: 54585646d8220f8de1ba2c7246cb3f2fcbc59583 [2/3] ref-manual: variables: migrate the OVERRIDES note to bitbake-getvar commit: 2293a3f2767895e9fb5c3e8f3ec11bb4951a7127 [3/3] dev-manual: debugging: use bitbake-getvar in Viewing Variable Values section commit: 41e4e05369c4e028c679749b7b62434327927a09 Best regards, --
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,