diff options
Diffstat (limited to 'documentation')
-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 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. |