diff mbox series

[2/3] ref-manual: variables: migrate the OVERRIDES note to bitbake-getvar

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

Commit Message

Quentin Schulz Oct. 29, 2025, 5:42 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

Wherever possible, we should use bitbake-getvar as it's the recommended
tool so let's do that.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/ref-manual/variables.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 591c03028..1f55d1c00 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6472,8 +6472,8 @@  system and gives an overview of their function and contents.
 
       .. note::
 
-         An easy way to see what overrides apply is to search for :term:`OVERRIDES`
-         in the output of the ``bitbake -e`` command. See the
+         An easy way to see what overrides apply is to run the command
+         ``bitbake-getvar -r myrecipe OVERRIDES``. See the
          ":ref:`dev-manual/debugging:viewing variable values`" section in the Yocto
          Project Development Tasks Manual for more information.