summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-20 11:17:31 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:09 +0100
commitece1d1ab18847b5b33b7d1cfdf1c568227d8cb52 (patch)
tree8080da411d381aaf86e8c0f9273108b57efb6af9 /documentation/ref-manual/ref-variables.xml
parent0a45b371c4a458c667cbe1f0b1bd51f6016c4cbf (diff)
downloadpoky-ece1d1ab18847b5b33b7d1cfdf1c568227d8cb52.tar.gz
ref-manual: Added TUNE_PKGARCH_tune to the variable glossary.
Fixes [YOCTO #5463] (From yocto-docs rev: 3a42ef546998ece12d06af4ed7e688408d48ad8b) 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.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 90eeb2ec07..4c4927ab4e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -9083,6 +9083,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
9083 </glossdef> 9083 </glossdef>
9084 </glossentry> 9084 </glossentry>
9085 9085
9086 <glossentry id='var-TUNE_PKGARCH_tune'><glossterm>TUNE_PKGARCH_tune</glossterm>
9087 <glossdef>
9088 <para>
9089 The CPU or Application Binary Interface (ABI) specific
9090 tuning of the
9091 <link linkend='var-TUNE_PKGARCH'><filename>TUNE_PKGARCH</filename></link>.
9092 </para>
9093
9094 <para>
9095 These tune-specific package architectures are defined in
9096 the machine include files.
9097 Here is an example of the "core2-32" tuning as used
9098 in the
9099 <filename>meta/conf/machine/include/tune-core2.inc</filename>
9100 file:
9101 <literallayout class='monospaced'>
9102 TUNE_PKGARCH_tune-core2-32 = "core2-32"
9103 </literallayout>
9104 </para>
9105 </glossdef>
9106 </glossentry>
9107
9086 <glossentry id='var-TUNEABI'><glossterm>TUNEABI</glossterm> 9108 <glossentry id='var-TUNEABI'><glossterm>TUNEABI</glossterm>
9087 <glossdef> 9109 <glossdef>
9088 <para> 9110 <para>