1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

ref-manual: Fixed cross-reference wording in SDK_LOCAL_CONF_WHITELIST

Wording did not match that of similar SDK variables.

(From yocto-docs rev: 696eb9ff0b89222dc696adc0bd28247c0a0c731a)

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:40:25 -07:00
committed by Richard Purdie
parent f0fe442143
commit eabfa9f398
+9 -5
View File
@@ -12290,18 +12290,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
By default, the list of variables is empty and is set in By default, the list of variables is empty and is set in
the the
<link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link> <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link>
class.</para> class.
</para>
<para>This list overrides the variables specified using the <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.</para> SDK is installed.
</para>
<para>For more information on <para>
<filename>SDK_LOCAL_CONF_WHITELIST</filename>, see the For additional information on how to customize the
extensible SDK's configuration, see the
"<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>" "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>"
section in the Yocto Project Application Development and section in the Yocto Project Application Development and
the Extensible Software Development Kit (eSDK) manual. the Extensible Software Development Kit (eSDK) manual.