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>
This commit is contained in:
Scott Rifenbark
2014-06-20 09:34:23 +03:00
committed by Richard Purdie
parent 2123c4d9e5
commit 0d287cdf48

View File

@@ -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>