summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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:42 +0100
commiteabfa9f39848c2df6d06fd5fcdc300f20820163f (patch)
treedbda4e568d39614c35573ebaa8c0c928b6aff34b /documentation/ref-manual
parentf0fe44214309110d190be6353e63e37148f4d5d1 (diff)
downloadpoky-eabfa9f39848c2df6d06fd5fcdc300f20820163f.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: 696eb9ff0b89222dc696adc0bd28247c0a0c731a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 00ab5aef5c..c9ca5cf47a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12290,18 +12290,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12290 By default, the list of variables is empty and is set in 12290 By default, the list of variables is empty and is set in
12291 the 12291 the
12292 <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link> 12292 <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link>
12293 class.</para> 12293 class.
12294 </para>
12294 12295
12295 <para>This list overrides the variables specified using the 12296 <para>
12297 This list overrides the variables specified using the
12296 <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link> 12298 <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link>
12297 variable as well as any variables identified by automatic 12299 variable as well as any variables identified by automatic
12298 blacklisting due to the "/" character being found at the 12300 blacklisting due to the "/" character being found at the
12299 start of the value, which is usually indicative of being a 12301 start of the value, which is usually indicative of being a
12300 path and thus might not be valid on the system where the 12302 path and thus might not be valid on the system where the
12301 SDK is installed.</para> 12303 SDK is installed.
12304 </para>
12302 12305
12303 <para>For more information on 12306 <para>
12304 <filename>SDK_LOCAL_CONF_WHITELIST</filename>, see the 12307 For additional information on how to customize the
12308 extensible SDK's configuration, see the
12305 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>" 12309 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>"
12306 section in the Yocto Project Application Development and 12310 section in the Yocto Project Application Development and
12307 the Extensible Software Development Kit (eSDK) manual. 12311 the Extensible Software Development Kit (eSDK) manual.