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:12 +0100 |
commit | 4b47d39d779fdc02a1f592d612ddb35512716fb8 (patch) | |
tree | 57af1226d9bfc8d3c10db261e25aa8276a9a1968 | |
parent | 6745cc9b8a42526b603beddff7c6d5967fe59e5b (diff) | |
download | poky-4b47d39d779fdc02a1f592d612ddb35512716fb8.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: 1ca9f8dd90cccb4692c16d7757b80bfd50237495)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 8784ebf1b4..9184c50776 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -12175,13 +12175,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12175 | A list of classes to remove from the | 12175 | A list of classes to remove from the |
12176 | <link linkend='var-INHERIT'><filename>INHERIT</filename></link> | 12176 | <link linkend='var-INHERIT'><filename>INHERIT</filename></link> |
12177 | value globally within the extensible SDK configuration. | 12177 | value globally within the extensible SDK configuration. |
12178 | The default value is "buildhistory icecc". | 12178 | The |
12179 | <link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link> | ||
12180 | class sets the default value: | ||
12181 | <literallayout class='monospaced'> | ||
12182 | SDK_INHERIT_BLACKLIST ?= "buildhistory icecc" | ||
12183 | </literallayout> | ||
12179 | </para> | 12184 | </para> |
12180 | 12185 | ||
12181 | <para> | 12186 | <para> |
12182 | Some classes are not generally applicable within | 12187 | Some classes are not generally applicable within |
12183 | the extensible SDK context and you can use this variable | 12188 | the extensible SDK context. |
12184 | to disable them. | 12189 | You can use this variable to disable those classes. |
12190 | </para> | ||
12191 | |||
12192 | <para> | ||
12193 | For additional information on how to extend the | ||
12194 | customize the extensible SDK's configuration, see the | ||
12195 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>" | ||
12196 | section in the Yocto Project Application Development and | ||
12197 | the Extensible Software Development Kit (eSDK) manual. | ||
12185 | </para> | 12198 | </para> |
12186 | </glossdef> | 12199 | </glossdef> |
12187 | </glossentry> | 12200 | </glossentry> |