diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a2a5241885..c7904f8e80 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9068,15 +9068,65 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
An underlying Application Binary Interface (ABI) used by
a particular tuning in a given toolchain layer.
- Providers that use prebuilt libraries can use
- TUNEABI to check compatibility
- of a tuning against their selection of libraries.
+ Providers that use prebuilt libraries can use the
+ TUNEABI,
+ TUNEABI_OVERRIDE,
+ and
+ TUNEABI_WHITELIST
+ variables to check compatibility of tunings against their
+ selection of libraries.
+
+
+
+ If TUNEABI is undefined, then every
+ tuning is allowed.
+ See the
+ sanity
+ class to see how the variable is used.
+
+
+
+
+ TUNEABI_OVERRIDE
+
+
+ If set, the OpenEmbedded system ignores the
+ TUNEABI_WHITELIST
+ variable.
+ Providers that use prebuilt libraries can use the
+ TUNEABI_OVERRIDE,
+ TUNEABI_WHITELIST,
+ and
+ TUNEABI
+ variables to check compatibility of a tuning against their
+ selection of libraries.
+
+
+
+ See the
+ sanity
+ class to see how the variable is used.
+
+
+
+
+ TUNEABI_WHITELIST
+
+
+ A whitelist of permissible
+ TUNEABI
+ values.
+ If TUNEABI_WHITELIST is not set,
+ all tunes are allowed.
+ Providers that use prebuilt libraries can use the
+ TUNEABI_WHITELIST,
+ TUNEABI_OVERRIDE,
+ and TUNEABI variables to check
+ compatibility of a tuning against their selection of
+ libraries.
- The OpenEmbedded build system checks this variable for
- "True" or "".
- If the variable is undefined, then every tune is allowed.
See the
sanity
class to see how the variable is used.