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:22:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:08 +0100
commit2123c4d9e5b0bb415f44e9c2d795a94bc265e8d2 (patch)
treee5edabcbdfcd7fee15a831192dc0c1c03e0f6a0e /documentation/ref-manual/ref-variables.xml
parent81a065bfe8b0d509aa7d9692f304bc34e5b30630 (diff)
downloadpoky-2123c4d9e5b0bb415f44e9c2d795a94bc265e8d2.tar.gz
ref-manual: Added TUNEVALID[feature] variable to glossary.
Fixes [YOCTO #5463] (From yocto-docs rev: e3e69cbe36e0097fdb19ccde2b447c42a59b486f) 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.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2004a91bec..f1a62dcf40 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9042,6 +9042,25 @@ 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-TUNEVALID'><glossterm>TUNEVALID[&lt;feature&gt;]</glossterm>
9046 <glossdef>
9047 <para>
9048 Specifies a valid CPU or Application Binary Interface (ABI)
9049 tuning feature.
9050 The specified feature is stored as a flag.
9051 Valid features are specified in the machine include files
9052 (e.g. <filename>meta/conf/machine/include/arm/arch-arm.inc</filename>).
9053 Here is an example from that file:
9054 <literallayout class='monospaced'>
9055 TUNEVALID[bigendian] = "Enable big-endian mode."
9056 </literallayout>
9057 See the machine include files in the
9058 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
9059 for these features.
9060 </para>
9061 </glossdef>
9062 </glossentry>
9063
9045 </glossdiv> 9064 </glossdiv>
9046 9065
9047 <glossdiv id='var-glossary-u'><title>U</title> 9066 <glossdiv id='var-glossary-u'><title>U</title>