diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d901f56fcb..3eccc2ab81 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -12262,15 +12262,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 12262 | <glossdef> | 12262 | <glossdef> |
| 12263 | <para role="glossdeffirst"> | 12263 | <para role="glossdeffirst"> |
| 12264 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 12264 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 12265 | A list of variables allowed through from the build system | 12265 | A list of variables allowed through from the OpenEmbedded |
| 12266 | configuration into the extensible SDK configuration. | 12266 | build system configuration into the extensible SDK |
| 12267 | This list overrides the variables specified using the | 12267 | configuration. |
| 12268 | By default, the list of variables is empty and is set in | ||
| 12269 | the | ||
| 12270 | <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link> | ||
| 12271 | class.</para> | ||
| 12272 | |||
| 12273 | <para>This list overrides the variables specified using the | ||
| 12268 | <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link> | 12274 | <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link> |
| 12269 | variable as well as any variables identified by automatic | 12275 | variable as well as any variables identified by automatic |
| 12270 | blacklisting due to the "/" character being found at the | 12276 | blacklisting due to the "/" character being found at the |
| 12271 | start of the value, which is usually indicative of being a | 12277 | start of the value, which is usually indicative of being a |
| 12272 | path and thus might not be valid on the system where the | 12278 | path and thus might not be valid on the system where the |
| 12273 | SDK is installed. | 12279 | SDK is installed.</para> |
| 12280 | |||
| 12281 | <para>For more information on | ||
| 12282 | <filename>SDK_LOCAL_CONF_WHITELIST</filename>, see the | ||
| 12283 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>" | ||
| 12284 | section in the Yocto Project Application Development and | ||
| 12285 | the Extensible Software Development Kit (eSDK) manual. | ||
| 12274 | </para> | 12286 | </para> |
| 12275 | </glossdef> | 12287 | </glossdef> |
| 12276 | </glossentry> | 12288 | </glossentry> |
