summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-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 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>