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>
This commit is contained in:
Scott Rifenbark
2018-07-11 15:28:52 -07:00
committed by Richard Purdie
parent e9fd884751
commit 701e9c3fe5

View File

@@ -12209,13 +12209,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
A list of classes to remove from the
<link linkend='var-INHERIT'><filename>INHERIT</filename></link>
value globally within the extensible SDK configuration.
The default value is "buildhistory icecc".
The
<link linkend='ref-classes-populate-sdk-*'><filename>populate-sdk-ext</filename></link>
class sets the default value:
<literallayout class='monospaced'>
SDK_INHERIT_BLACKLIST ?= "buildhistory icecc"
</literallayout>
</para>
<para>
Some classes are not generally applicable within
the extensible SDK context and you can use this variable
to disable them.
the extensible SDK context.
You can use this variable to disable those classes.
</para>
<para>
For additional information on how to extend the
customize the extensible SDK's configuration, see the
"<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-configuring-the-extensible-sdk'>Configuring the Extensible SDK</ulink>"
section in the Yocto Project Application Development and
the Extensible Software Development Kit (eSDK) manual.
</para>
</glossdef>
</glossentry>