diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
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. |