diff options
| author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-10-29 18:42:41 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-11-19 08:21:24 -0800 |
| commit | cab0ee97d8ba92d77a0b6046ac3d8aaec182fdcd (patch) | |
| tree | 4eb3eb889be7e6ccf599070f86e52a6ffa5289e4 | |
| parent | d54b15eba132779248c60733d22d39d5da414178 (diff) | |
| download | poky-cab0ee97d8ba92d77a0b6046ac3d8aaec182fdcd.tar.gz | |
ref-manual: variables: migrate the OVERRIDES note to bitbake-getvar
Wherever possible, we should use bitbake-getvar as it's the recommended
tool so let's do that.
(From yocto-docs rev: 7981bc2bd09b2d618563710474525febabaf6103)
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 2293a3f2767895e9fb5c3e8f3ec11bb4951a7127)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6c461810dd..f89ad90dbd 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -5549,8 +5549,8 @@ system and gives an overview of their function and contents. | |||
| 5549 | 5549 | ||
| 5550 | .. note:: | 5550 | .. note:: |
| 5551 | 5551 | ||
| 5552 | An easy way to see what overrides apply is to search for :term:`OVERRIDES` | 5552 | An easy way to see what overrides apply is to run the command |
| 5553 | in the output of the ``bitbake -e`` command. See the | 5553 | ``bitbake-getvar -r myrecipe OVERRIDES``. See the |
| 5554 | ":ref:`dev-manual/debugging:viewing variable values`" section in the Yocto | 5554 | ":ref:`dev-manual/debugging:viewing variable values`" section in the Yocto |
| 5555 | Project Development Tasks Manual for more information. | 5555 | Project Development Tasks Manual for more information. |
| 5556 | 5556 | ||
