mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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:
committed by
Richard Purdie
parent
e9fd884751
commit
701e9c3fe5
@@ -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
|
A list of classes to remove from the
|
||||||
<link linkend='var-INHERIT'><filename>INHERIT</filename></link>
|
<link linkend='var-INHERIT'><filename>INHERIT</filename></link>
|
||||||
value globally within the extensible SDK configuration.
|
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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Some classes are not generally applicable within
|
Some classes are not generally applicable within
|
||||||
the extensible SDK context and you can use this variable
|
the extensible SDK context.
|
||||||
to disable them.
|
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>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user