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