diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-20 10:35:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:09 +0100 |
commit | 9efc7002c179fd3b474ce159eee107567e7aabe1 (patch) | |
tree | 74571ecf4c211cb2a26129145af78eebd279b6a0 | |
parent | 5e630792c9f7d084313a024d76d10a96d6bfb3b3 (diff) | |
download | poky-9efc7002c179fd3b474ce159eee107567e7aabe1.tar.gz |
ref-manual: Added TUNEABI_OVERRIDE and TUNEABI_WHITELIST to glossary.
Fixes [YOCTO #5463]
In addition to adding these two new variables, I did some cleanup
of the TUNEABI variable description for consistency.
(From yocto-docs rev: cf5c5fd0cb262b8da030ac923fda902d9e007b21)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 62 |
1 files changed, 56 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a2a5241885..c7904f8e80 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -9068,15 +9068,65 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
9068 | <para> | 9068 | <para> |
9069 | An underlying Application Binary Interface (ABI) used by | 9069 | An underlying Application Binary Interface (ABI) used by |
9070 | a particular tuning in a given toolchain layer. | 9070 | a particular tuning in a given toolchain layer. |
9071 | Providers that use prebuilt libraries can use | 9071 | Providers that use prebuilt libraries can use the |
9072 | <filename>TUNEABI</filename> to check compatibility | 9072 | <filename>TUNEABI</filename>, |
9073 | of a tuning against their selection of libraries. | 9073 | <link linkend='var-TUNEABI_OVERRIDE'><filename>TUNEABI_OVERRIDE</filename></link>, |
9074 | and | ||
9075 | <link linkend='var-TUNEABI_WHITELIST'><filename>TUNEABI_WHITELIST</filename></link> | ||
9076 | variables to check compatibility of tunings against their | ||
9077 | selection of libraries. | ||
9078 | </para> | ||
9079 | |||
9080 | <para> | ||
9081 | If <filename>TUNEABI</filename> is undefined, then every | ||
9082 | tuning is allowed. | ||
9083 | See the | ||
9084 | <link linkend='ref-classes-sanity'><filename>sanity</filename></link> | ||
9085 | class to see how the variable is used. | ||
9086 | </para> | ||
9087 | </glossdef> | ||
9088 | </glossentry> | ||
9089 | |||
9090 | <glossentry id='var-TUNEABI_OVERRIDE'><glossterm>TUNEABI_OVERRIDE</glossterm> | ||
9091 | <glossdef> | ||
9092 | <para> | ||
9093 | If set, the OpenEmbedded system ignores the | ||
9094 | <link linkend='var-TUNEABI_WHITELIST'><filename>TUNEABI_WHITELIST</filename></link> | ||
9095 | variable. | ||
9096 | Providers that use prebuilt libraries can use the | ||
9097 | <filename>TUNEABI_OVERRIDE</filename>, | ||
9098 | <filename>TUNEABI_WHITELIST</filename>, | ||
9099 | and | ||
9100 | <link linkend='var-TUNEABI'><filename>TUNEABI</filename></link> | ||
9101 | variables to check compatibility of a tuning against their | ||
9102 | selection of libraries. | ||
9103 | </para> | ||
9104 | |||
9105 | <para> | ||
9106 | See the | ||
9107 | <link linkend='ref-classes-sanity'><filename>sanity</filename></link> | ||
9108 | class to see how the variable is used. | ||
9109 | </para> | ||
9110 | </glossdef> | ||
9111 | </glossentry> | ||
9112 | |||
9113 | <glossentry id='var-TUNEABI_WHITELIST'><glossterm>TUNEABI_WHITELIST</glossterm> | ||
9114 | <glossdef> | ||
9115 | <para> | ||
9116 | A whitelist of permissible | ||
9117 | <link linkend='var-TUNEABI'><filename>TUNEABI</filename></link> | ||
9118 | values. | ||
9119 | If <filename>TUNEABI_WHITELIST</filename> is not set, | ||
9120 | all tunes are allowed. | ||
9121 | Providers that use prebuilt libraries can use the | ||
9122 | <filename>TUNEABI_WHITELIST</filename>, | ||
9123 | <link linkend='var-TUNEABI_OVERRIDE'><filename>TUNEABI_OVERRIDE</filename></link>, | ||
9124 | and <filename>TUNEABI</filename> variables to check | ||
9125 | compatibility of a tuning against their selection of | ||
9126 | libraries. | ||
9074 | </para> | 9127 | </para> |
9075 | 9128 | ||
9076 | <para> | 9129 | <para> |
9077 | The OpenEmbedded build system checks this variable for | ||
9078 | "True" or "". | ||
9079 | If the variable is undefined, then every tune is allowed. | ||
9080 | See the | 9130 | See the |
9081 | <link linkend='ref-classes-sanity'><filename>sanity</filename></link> | 9131 | <link linkend='ref-classes-sanity'><filename>sanity</filename></link> |
9082 | class to see how the variable is used. | 9132 | class to see how the variable is used. |