diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 19 |
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[<feature>]</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> |