[PATCH v2 2/4] ref-manual/variables.rst: remove flags from variable names

Antonin Godard <[email protected]> Thu, 16 Jul 2026 14:18:32 +0200
Newsgroups org.yoctoproject.lists.docs
Message-ID <[email protected]>
Remove the flag from the variable name as this is not going to be
supported to generate links for OE-Core.

Signed-off-by: Antonin Godard <[email protected]>
---
 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 d73790337..e5fbf8a69 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -11416,7 +11416,7 @@ system and gives an overview of their function and contents.
 
          TUNE_PKGARCH:tune-core2-32 = "core2-32"
 
-   :term:`TUNECONFLICTS[feature]`
+   :term:`TUNECONFLICTS`
       Specifies CPU or Application Binary Interface (ABI) tuning features
       that conflict with feature.
 
@@ -11428,7 +11428,7 @@ system and gives an overview of their function and contents.
 
          TUNECONFLICTS[n32] = "o32 n64"
 
-   :term:`TUNEVALID[feature]`
+   :term:`TUNEVALID`
       Specifies a valid CPU or Application Binary Interface (ABI) tuning
       feature. The specified feature is stored as a flag. Valid features
       are specified in the machine include files (e.g.

-- 
2.54.0