summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2465553010..d901f56fcb 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12227,11 +12227,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12227 <glossdef> 12227 <glossdef>
12228 <para role="glossdeffirst"> 12228 <para role="glossdeffirst">
12229<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 12229<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
12230 A list of variables not allowed through from the build 12230 A list of variables not allowed through from the
12231 system configuration into the extensible SDK configuration. 12231 OpenEmbedded build system configuration into the extensible
12232 SDK configuration.
12232 Usually, these are variables that are specific to the 12233 Usually, these are variables that are specific to the
12233 machine on which the build system is running and thus 12234 machine on which the build system is running and thus
12234 would be potentially problematic within the extensible SDK. 12235 would be potentially problematic within the extensible SDK.
12236 </para>
12237
12238 <para>By default,
12239 <filename>SDK_LOCAL_CONF_BLACKLIST</filename> is set in the
12240 <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link>
12241 class and excludes the following variables:
12242 <literallayout class='monospaced'>
12243 <link linkend='var-CONF_VERSION'>CONF_VERSION</link>
12244 <link linkend='var-BB_NUMBER_THREADS'>BB_NUMBER_THREADS</link>
12245 <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_NUMBER_PARSE_THREADS'>BB_NUMBER_PARSE_THREADS</ulink>
12246 <link linkend='var-PARALLEL_MAKE'>PARALLEL_MAKE</link>
12247 <link linkend='var-PRSERV_HOST'>PRSERV_HOST</link>
12248 <link linkend='var-SSTATE_MIRRORS'>SSTATE_MIRRORS</link>
12249 <link linkend='var-DL_DIR'>DL_DIR</link>
12250 <link linkend='var-SSTATE_DIR'>SSTATE_DIR</link>
12251 <link linkend='var-TMPDIR'>TMPDIR</link>
12252 <link linkend='var-BB_SERVER_TIMEOUT'>BB_SERVER_TIMEOUT</link>
12253 </literallayout>
12235 </para> 12254 </para>
12236 </glossdef> 12255 </glossdef>
12237 </glossentry> 12256 </glossentry>