aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-20 09:34:23 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:08 +0100
commit0d287cdf481c549c91b38b48c97905e539add1a4 (patch)
tree6554d9d9ab27a178355c976d014f352792188198 /documentation
parent2123c4d9e5b0bb415f44e9c2d795a94bc265e8d2 (diff)
downloadopenembedded-core-contrib-0d287cdf481c549c91b38b48c97905e539add1a4.tar.gz
ref-manual: Added TUNECONFLICT[feature] to glossary.
Fixes [YOCTO #5463] (From yocto-docs rev: 914a9f0244e95a6d11af4c5312b10375267360a0) 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.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f1a62dcf40..c1dce009b6 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9042,6 +9042,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
+ <glossentry id='var-TUNECONFLICT'><glossterm>TUNECONFLICT[&lt;feature&gt;]</glossterm>
+ <glossdef>
+ <para>
+ Specifies CPU or Application Binary Interface (ABI)
+ tuning features that conflict with &gt;feature&lt;.
+ </para>
+
+ <para>
+ Known tuning conflicts are specified in the machine include
+ files in the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
+ Here is an example from the
+ <filename>meta/conf/machine/include/mips/arch-mips.inc</filename>
+ include file that lists the "o32" and "n64" features as
+ conflicting with the "n32" feature:
+ <literallayout class='monospaced'>
+ TUNECONFLICTS[n32] = "o32 n64"
+ </literallayout>
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-TUNEVALID'><glossterm>TUNEVALID[&lt;feature&gt;]</glossterm>
<glossdef>
<para>