From 9efc7002c179fd3b474ce159eee107567e7aabe1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 20 Jun 2014 10:35:02 +0300 Subject: ref-manual: Added TUNEABI_OVERRIDE and TUNEABI_WHITELIST to glossary. Fixes [YOCTO #5463] In addition to adding these two new variables, I did some cleanup of the TUNEABI variable description for consistency. (From yocto-docs rev: cf5c5fd0cb262b8da030ac923fda902d9e007b21) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 62 +++++++++++++++++++++++++++--- 1 file changed, 56 insertions(+), 6 deletions(-) (limited to 'documentation/ref-manual') 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. -- cgit v1.2.3-54-g00ecf