mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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:
committed by
Richard Purdie
parent
2123c4d9e5
commit
0d287cdf48
@@ -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[<feature>]</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Specifies CPU or Application Binary Interface (ABI)
|
||||
tuning features that conflict with >feature<.
|
||||
</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[<feature>]</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user