diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-07-11 15:28:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:42 +0100 |
commit | 701e9c3fe5e46ed15dc8cbab87b52d3c7c71bd8c (patch) | |
tree | cf479dedd1234663251fff3d87b1dd09c5017aa2 /documentation | |
parent | e9fd884751ff5f0293c0f6fad15705f5ae4ca335 (diff) | |
download | poky-701e9c3fe5e46ed15dc8cbab87b52d3c7c71bd8c.tar.gz |
ref-manual: Updated the SDK_INHERIT_BLACKLIST variable description
Added information on the class in which the default is set. Also,
put in a reference for more information on customizing the
extensible SDK configuration.
(From yocto-docs rev: a0145996aeac1bb45fea9f613789b00327f92d1e)
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 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3eccc2ab81..8cf036dbd0 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -12209,13 +12209,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12209 | A list of classes to remove from the | 12209 | A list of classes to remove from the |
12210 | <link linkend='var-INHERIT'><filename>INHERIT</filename></link> | 12210 | <link linkend='var-INHERIT'><filename>INHERIT</filename></link> |
12211 | value globally within the extensible SDK configuration. | 12211 | value globally within the extensible SDK configuration. |
12212 | The default value is "buildhistory icecc". | 12212 | The |
12213 | <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link> | ||
12214 | class sets the default value: | ||
12215 | <literallayout class='monospaced'> | ||
12216 | SDK_INHERIT_BLACKLIST ?= "buildhistory icecc" | ||
12217 | </literallayout> | ||
12213 | </para> | 12218 | </para> |
12214 | 12219 | ||
12215 | <para> | 12220 | <para> |
12216 | Some classes are not generally applicable within | 12221 | Some classes are not generally applicable within |
12217 | the extensible SDK context and you can use this variable | 12222 | the extensible SDK context. |
12218 | to disable them. | 12223 | You can use this variable to disable those classes. |
12224 | </para> | ||
12225 | |||
12226 | <para> | ||
12227 | For additional information on how to extend the | ||
12228 | customize the extensible SDK's configuration, see the | ||
12229 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>" | ||
12230 | section in the Yocto Project Application Development and | ||
12231 | the Extensible Software Development Kit (eSDK) manual. | ||
12219 | </para> | 12232 | </para> |
12220 | </glossdef> | 12233 | </glossdef> |
12221 | </glossentry> | 12234 | </glossentry> |