diff options
Diffstat (limited to 'documentation')
| -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 eeb2da8ddd..8784ebf1b4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -12228,15 +12228,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 12228 | <glossdef> | 12228 | <glossdef> |
| 12229 | <para role="glossdeffirst"> | 12229 | <para role="glossdeffirst"> |
| 12230 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 12230 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 12231 | A list of variables allowed through from the build system | 12231 | A list of variables allowed through from the OpenEmbedded |
| 12232 | configuration into the extensible SDK configuration. | 12232 | build system configuration into the extensible SDK |
| 12233 | This list overrides the variables specified using the | 12233 | configuration. |
| 12234 | By default, the list of variables is empty and is set in | ||
| 12235 | the | ||
| 12236 | <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link> | ||
| 12237 | class.</para> | ||
| 12238 | |||
| 12239 | <para>This list overrides the variables specified using the | ||
| 12234 | <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link> | 12240 | <link linkend='var-SDK_LOCAL_CONF_BLACKLIST'><filename>SDK_LOCAL_CONF_BLACKLIST</filename></link> |
| 12235 | variable as well as any variables identified by automatic | 12241 | variable as well as any variables identified by automatic |
| 12236 | blacklisting due to the "/" character being found at the | 12242 | blacklisting due to the "/" character being found at the |
| 12237 | start of the value, which is usually indicative of being a | 12243 | start of the value, which is usually indicative of being a |
| 12238 | path and thus might not be valid on the system where the | 12244 | path and thus might not be valid on the system where the |
| 12239 | SDK is installed. | 12245 | SDK is installed.</para> |
| 12246 | |||
| 12247 | <para>For more information on | ||
| 12248 | <filename>SDK_LOCAL_CONF_WHITELIST</filename>, see the | ||
| 12249 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>" | ||
| 12250 | section in the Yocto Project Application Development and | ||
| 12251 | the Extensible Software Development Kit (eSDK) manual. | ||
| 12240 | </para> | 12252 | </para> |
| 12241 | </glossdef> | 12253 | </glossdef> |
| 12242 | </glossentry> | 12254 | </glossentry> |
