summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-07-11 15:40:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-15 10:28:12 +0100
commitb679ee15193f1a0b72570f21b3e0c4538714dfa0 (patch)
tree10d9b3995044b1f94d5690f79a97b9ea26c95137 /documentation
parentaf9c2c5565ff702d0fc7451a7e25dd855b32ffb7 (diff)
downloadpoky-b679ee15193f1a0b72570f21b3e0c4538714dfa0.tar.gz
ref-manual: Fixed cross-reference wording in SDK_LOCAL_CONF_WHITELIST
Wording did not match that of similar SDK variables. (From yocto-docs rev: 6fab0bbc62e7f9caf020718a4a8fd047b9fb450f) 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.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c93e671947..1563f48482 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12256,18 +12256,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12256 By default, the list of variables is empty and is set in 12256 By default, the list of variables is empty and is set in
12257 the 12257 the
12258 <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link> 12258 <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link>
12259 class.</para> 12259 class.
12260 </para>
12260 12261
12261 <para>This list overrides the variables specified using the 12262 <para>
12263 This list overrides the variables specified using the
12262 <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link> 12264 <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link>
12263 variable as well as any variables identified by automatic 12265 variable as well as any variables identified by automatic
12264 blacklisting due to the "/" character being found at the 12266 blacklisting due to the "/" character being found at the
12265 start of the value, which is usually indicative of being a 12267 start of the value, which is usually indicative of being a
12266 path and thus might not be valid on the system where the 12268 path and thus might not be valid on the system where the
12267 SDK is installed.</para> 12269 SDK is installed.
12270 </para>
12268 12271
12269 <para>For more information on 12272 <para>
12270 <filename>SDK_LOCAL_CONF_WHITELIST</filename>, see the 12273 For additional information on how to customize the
12274 extensible SDK's configuration, see the
12271 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>" 12275 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>"
12272 section in the Yocto Project Application Development and 12276 section in the Yocto Project Application Development and
12273 the Extensible Software Development Kit (eSDK) manual. 12277 the Extensible Software Development Kit (eSDK) manual.