summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-11 15:09:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:11 +0100
commit6745cc9b8a42526b603beddff7c6d5967fe59e5b (patch)
tree160593ab20ce2a2315fed087f5ae3e2c4143dd5f /documentation
parentb298bb586ead6e4e56663a2eec9a7bdf326d68f1 (diff)
downloadpoky-6745cc9b8a42526b603beddff7c6d5967fe59e5b.tar.gz
ref-manual: Updated the SDK_LOCAL_CONF_WHITELIST variable description
Enhanced this description by indicating the class that it is set in and by including a pointer back into the sdk-manual where filters are described for extending the extensible SDK. (From yocto-docs rev: 22dcaf2c75532f45111b79db067edfc92212441e) 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.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index eeb2da8ddd..8784ebf1b4 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12228,15 +12228,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12228 <glossdef> 12228 <glossdef>
12229 <para role="glossdeffirst"> 12229 <para role="glossdeffirst">
12230<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 12230<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
12231 A list of variables allowed through from the build system 12231 A list of variables allowed through from the OpenEmbedded
12232 configuration into the extensible SDK configuration. 12232 build system configuration into the extensible SDK
12233 This list overrides the variables specified using the 12233 configuration.
12234 By default, the list of variables is empty and is set in
12235 the
12236 <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link>
12237 class.</para>
12238
12239 <para>This list overrides the variables specified using the
12234 <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link> 12240 <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link>
12235 variable as well as any variables identified by automatic 12241 variable as well as any variables identified by automatic
12236 blacklisting due to the "/" character being found at the 12242 blacklisting due to the "/" character being found at the
12237 start of the value, which is usually indicative of being a 12243 start of the value, which is usually indicative of being a
12238 path and thus might not be valid on the system where the 12244 path and thus might not be valid on the system where the
12239 SDK is installed. 12245 SDK is installed.</para>
12246
12247 <para>For more information on
12248 <filename>SDK_LOCAL_CONF_WHITELIST</filename>, see the
12249 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>"
12250 section in the Yocto Project Application Development and
12251 the Extensible Software Development Kit (eSDK) manual.
12240 </para> 12252 </para>
12241 </glossdef> 12253 </glossdef>
12242 </glossentry> 12254 </glossentry>