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>
This commit is contained in:
Scott Rifenbark
2018-07-11 15:09:07 -07:00
committed by Richard Purdie
parent b298bb586e
commit 6745cc9b8a

View File

@@ -12228,15 +12228,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossdef> <glossdef>
<para role="glossdeffirst"> <para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
A list of variables allowed through from the build system A list of variables allowed through from the OpenEmbedded
configuration into the extensible SDK configuration. build system configuration into the extensible SDK
This list overrides the variables specified using the configuration.
By default, the list of variables is empty and is set in
the
<link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link>
class.</para>
<para>This list overrides the variables specified using the
<link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link> <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link>
variable as well as any variables identified by automatic variable as well as any variables identified by automatic
blacklisting due to the "/" character being found at the blacklisting due to the "/" character being found at the
start of the value, which is usually indicative of being a start of the value, which is usually indicative of being a
path and thus might not be valid on the system where the path and thus might not be valid on the system where the
SDK is installed. SDK is installed.</para>
<para>For more information on
<filename>SDK_LOCAL_CONF_WHITELIST</filename>, see the
"<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>"
section in the Yocto Project Application Development and
the Extensible Software Development Kit (eSDK) manual.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>