diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-20 09:34:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:08 +0100 |
commit | 0d287cdf481c549c91b38b48c97905e539add1a4 (patch) | |
tree | 6554d9d9ab27a178355c976d014f352792188198 /documentation/ref-manual/ref-variables.xml | |
parent | 2123c4d9e5b0bb415f44e9c2d795a94bc265e8d2 (diff) | |
download | poky-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.xml | 22 |
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[<feature>]</glossterm> | ||
9046 | <glossdef> | ||
9047 | <para> | ||
9048 | Specifies CPU or Application Binary Interface (ABI) | ||
9049 | tuning features that conflict with >feature<. | ||
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[<feature>]</glossterm> | 9067 | <glossentry id='var-TUNEVALID'><glossterm>TUNEVALID[<feature>]</glossterm> |
9046 | <glossdef> | 9068 | <glossdef> |
9047 | <para> | 9069 | <para> |