summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-11 14:50:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:11 +0100
commitb298bb586ead6e4e56663a2eec9a7bdf326d68f1 (patch)
tree52a0afd265e52acfce2b9227e5ac83208292d192 /documentation
parent03d1a8acfebae7a67236b13a68a5029299378410 (diff)
downloadpoky-b298bb586ead6e4e56663a2eec9a7bdf326d68f1.tar.gz
ref-manual: Updated the SDK_LOCAL_CONF_BLACKLIST variable description
Added more detail including the class that sets the default variables for exclusion and the list of actual variables that are excluded by default. (From yocto-docs rev: 7764a54add2911c2da8174e48e4d3166a873d63a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 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>