diff options
-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 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> |