diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 160b068c97..a2a5241885 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9063,6 +9063,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + TUNEABI + + + 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. + + + + 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. + + + + TUNECONFLICT[<feature>]