summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
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/ref-manual/ref-variables.xml
parent359b9f483aa5fd9b86bb87b1f95674650bbceb99 (diff)
downloadpoky-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/ref-manual/ref-variables.xml')
-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 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"
9063 </glossdef> 9063 </glossdef>
9064 </glossentry> 9064 </glossentry>
9065 9065
9066 <glossentry id='var-TUNEABI'><glossterm>TUNEABI</glossterm>
9067 <glossdef>
9068 <para>
9069 An underlying Application Binary Interface (ABI) used by
9070 a particular tuning in a given toolchain layer.
9071 Providers that use prebuilt libraries can use
9072 <filename>TUNEABI</filename> to check compatibility
9073 of a tuning against their selection of libraries.
9074 </para>
9075
9076 <para>
9077 The OpenEmbedded build system checks this variable for
9078 "True" or "".
9079 If the variable is undefined, then every tune is allowed.
9080 See the
9081 <link linkend='ref-classes-sanity'><filename>sanity</filename></link>
9082 class to see how the variable is used.
9083 </para>
9084 </glossdef>
9085 </glossentry>
9086
9066 <glossentry id='var-TUNECONFLICT'><glossterm>TUNECONFLICT[&lt;feature&gt;]</glossterm> 9087 <glossentry id='var-TUNECONFLICT'><glossterm>TUNECONFLICT[&lt;feature&gt;]</glossterm>
9067 <glossdef> 9088 <glossdef>
9068 <para> 9089 <para>