diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-11 15:09:07 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:42 +0100 |
| commit | e9fd884751ff5f0293c0f6fad15705f5ae4ca335 (patch) | |
| tree | 292966e895a2c7f6b6f19f5f19e15a7507a93cdd /documentation | |
| parent | 267aa12a2cb0d54121f728d83ddfb2749d20d206 (diff) | |
| download | poky-e9fd884751ff5f0293c0f6fad15705f5ae4ca335.tar.gz | |
ref-manual: Updated the SDK_LOCAL_CONF_WHITELIST variable description
Enhanced this description by indicating the class that it is set in
and by including a pointer back into the sdk-manual where filters
are described for extending the extensible SDK.
(From yocto-docs rev: 355b05366aadc337ec3337c0a3c918a23027923b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 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> |
