summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
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>