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