ref-manual: Added TUNEABI to glossary.

Fixes [YOCTO #5463]

(From yocto-docs rev: b932a7436b2cc26151b219d4d61b0723d5d651aa)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-06-20 10:15:32 +03:00 committed by Richard Purdie
parent 359b9f483a
commit 5e630792c9
1 changed files with 21 additions and 0 deletions

View File

@ -9063,6 +9063,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-TUNEABI'><glossterm>TUNEABI</glossterm>
<glossdef>
<para>
An underlying Application Binary Interface (ABI) used by
a particular tuning in a given toolchain layer.
Providers that use prebuilt libraries can use
<filename>TUNEABI</filename> to check compatibility
of a tuning against their selection of libraries.
</para>
<para>
The OpenEmbedded build system checks this variable for
"True" or "".
If the variable is undefined, then every tune is allowed.
See the
<link linkend='ref-classes-sanity'><filename>sanity</filename></link>
class to see how the variable is used.
</para>
</glossdef>
</glossentry>
<glossentry id='var-TUNECONFLICT'><glossterm>TUNECONFLICT[&lt;feature&gt;]</glossterm>
<glossdef>
<para>