summaryrefslogtreecommitdiffstats
path: root/documentation
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
parent0a45b371c4a458c667cbe1f0b1bd51f6016c4cbf (diff)
downloadast2050-yocto-poky-ece1d1ab18847b5b33b7d1cfdf1c568227d8cb52.zip
ast2050-yocto-poky-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')
-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 90eeb2e..4c4927a 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"
</glossdef>
</glossentry>
+ <glossentry id='var-TUNE_PKGARCH_tune'><glossterm>TUNE_PKGARCH_tune</glossterm>
+ <glossdef>
+ <para>
+ The CPU or Application Binary Interface (ABI) specific
+ tuning of the
+ <link linkend='var-TUNE_PKGARCH'><filename>TUNE_PKGARCH</filename></link>.
+ </para>
+
+ <para>
+ These tune-specific package architectures are defined in
+ the machine include files.
+ Here is an example of the "core2-32" tuning as used
+ in the
+ <filename>meta/conf/machine/include/tune-core2.inc</filename>
+ file:
+ <literallayout class='monospaced'>
+ TUNE_PKGARCH_tune-core2-32 = "core2-32"
+ </literallayout>
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-TUNEABI'><glossterm>TUNEABI</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud