diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-11 14:50:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:42 +0100 |
commit | 267aa12a2cb0d54121f728d83ddfb2749d20d206 (patch) | |
tree | 2494976d7219b51353db104f6e3da4c465e079ce | |
parent | 2c8cc82b3e9053e5e3558640f99e920c87f16f73 (diff) | |
download | poky-267aa12a2cb0d54121f728d83ddfb2749d20d206.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: f24287851998d554575c6aaf9dcc50d198931e48)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 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> |