From cab0ee97d8ba92d77a0b6046ac3d8aaec182fdcd Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Wed, 29 Oct 2025 18:42:41 +0100 Subject: [PATCH] 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 Signed-off-by: Antonin Godard (cherry picked from commit 2293a3f2767895e9fb5c3e8f3ec11bb4951a7127) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/ref-manual/variables.rst | 4 ++-- 1 file 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. .. 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.