diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1c55a92d15..eeb2da8ddd 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -12193,11 +12193,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 12193 | <glossdef> | 12193 | <glossdef> |
| 12194 | <para role="glossdeffirst"> | 12194 | <para role="glossdeffirst"> |
| 12195 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 12195 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 12196 | A list of variables not allowed through from the build | 12196 | A list of variables not allowed through from the |
| 12197 | system configuration into the extensible SDK configuration. | 12197 | OpenEmbedded build system configuration into the extensible |
| 12198 | SDK configuration. | ||
| 12198 | Usually, these are variables that are specific to the | 12199 | Usually, these are variables that are specific to the |
| 12199 | machine on which the build system is running and thus | 12200 | machine on which the build system is running and thus |
| 12200 | would be potentially problematic within the extensible SDK. | 12201 | would be potentially problematic within the extensible SDK. |
| 12202 | </para> | ||
| 12203 | |||
| 12204 | <para>By default, | ||
| 12205 | <filename>SDK_LOCAL_CONF_BLACKLIST</filename> is set in the | ||
| 12206 | <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link> | ||
| 12207 | class and excludes the following variables: | ||
| 12208 | <literallayout class='monospaced'> | ||
| 12209 | <link linkend='var-CONF_VERSION'>CONF_VERSION</link> | ||
| 12210 | <link linkend='var-BB_NUMBER_THREADS'>BB_NUMBER_THREADS</link> | ||
| 12211 | <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_NUMBER_PARSE_THREADS'>BB_NUMBER_PARSE_THREADS</ulink> | ||
| 12212 | <link linkend='var-PARALLEL_MAKE'>PARALLEL_MAKE</link> | ||
| 12213 | <link linkend='var-PRSERV_HOST'>PRSERV_HOST</link> | ||
| 12214 | <link linkend='var-SSTATE_MIRRORS'>SSTATE_MIRRORS</link> | ||
| 12215 | <link linkend='var-DL_DIR'>DL_DIR</link> | ||
| 12216 | <link linkend='var-SSTATE_DIR'>SSTATE_DIR</link> | ||
| 12217 | <link linkend='var-TMPDIR'>TMPDIR</link> | ||
| 12218 | <link linkend='var-BB_SERVER_TIMEOUT'>BB_SERVER_TIMEOUT</link> | ||
| 12219 | </literallayout> | ||
| 12201 | </para> | 12220 | </para> |
| 12202 | </glossdef> | 12221 | </glossdef> |
| 12203 | </glossentry> | 12222 | </glossentry> |
