summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml19
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>