diff options
| author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-10-29 18:42:41 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-11-26 07:50:36 -0800 |
| commit | 1b8b7802d1bad5cb341eb62239f5314065afbdb2 (patch) | |
| tree | 373afaa147a7aa2f25c742a11baecbe7bafc3603 | |
| parent | bfa2803f8e626fbba9f1b012e999fb852d3044de (diff) | |
| download | poky-1b8b7802d1bad5cb341eb62239f5314065afbdb2.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: b9453c7ce44a6bcae7cdc05f2b2cd47b525726e9)
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 a9b9142636..5b4561fc12 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -6172,8 +6172,8 @@ system and gives an overview of their function and contents. | |||
| 6172 | 6172 | ||
| 6173 | .. note:: | 6173 | .. note:: |
| 6174 | 6174 | ||
| 6175 | An easy way to see what overrides apply is to search for :term:`OVERRIDES` | 6175 | An easy way to see what overrides apply is to run the command |
| 6176 | in the output of the ``bitbake -e`` command. See the | 6176 | ``bitbake-getvar -r myrecipe OVERRIDES``. See the |
| 6177 | ":ref:`dev-manual/debugging:viewing variable values`" section in the Yocto | 6177 | ":ref:`dev-manual/debugging:viewing variable values`" section in the Yocto |
| 6178 | Project Development Tasks Manual for more information. | 6178 | Project Development Tasks Manual for more information. |
| 6179 | 6179 | ||
