summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
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/ref-manual/ref-variables.xml
parent2123c4d9e5b0bb415f44e9c2d795a94bc265e8d2 (diff)
downloadpoky-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/ref-manual/ref-variables.xml')
-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"
9042 </glossdef> 9042 </glossdef>
9043 </glossentry> 9043 </glossentry>
9044 9044
9045 <glossentry id='var-TUNECONFLICT'><glossterm>TUNECONFLICT[&lt;feature&gt;]</glossterm>
9046 <glossdef>
9047 <para>
9048 Specifies CPU or Application Binary Interface (ABI)
9049 tuning features that conflict with &gt;feature&lt;.
9050 </para>
9051
9052 <para>
9053 Known tuning conflicts are specified in the machine include
9054 files in the
9055 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
9056 Here is an example from the
9057 <filename>meta/conf/machine/include/mips/arch-mips.inc</filename>
9058 include file that lists the "o32" and "n64" features as
9059 conflicting with the "n32" feature:
9060 <literallayout class='monospaced'>
9061 TUNECONFLICTS[n32] = "o32 n64"
9062 </literallayout>
9063 </para>
9064 </glossdef>
9065 </glossentry>
9066
9045 <glossentry id='var-TUNEVALID'><glossterm>TUNEVALID[&lt;feature&gt;]</glossterm> 9067 <glossentry id='var-TUNEVALID'><glossterm>TUNEVALID[&lt;feature&gt;]</glossterm>
9046 <glossdef> 9068 <glossdef>
9047 <para> 9069 <para>