summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-20 10:15:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:08 +0100
commit5e630792c9f7d084313a024d76d10a96d6bfb3b3 (patch)
treecd55682e7cce3d943b2c3374cca5430cd56fbc30 /documentation
parent359b9f483aa5fd9b86bb87b1f95674650bbceb99 (diff)
downloadast2050-yocto-poky-5e630792c9f7d084313a024d76d10a96d6bfb3b3.zip
ast2050-yocto-poky-5e630792c9f7d084313a024d76d10a96d6bfb3b3.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 160b068..a2a5241 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"
</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>
OpenPOWER on IntegriCloud