summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/appendix-customizing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r--documentation/sdk-manual/appendix-customizing.rst15
1 files changed, 7 insertions, 8 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index 66218fccd6..dfd51bda1c 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -44,14 +44,13 @@ build system applies them against ``local.conf`` and ``auto.conf``:
44 :term:`ESDK_LOCALCONF_ALLOW` overrides either of the previous two 44 :term:`ESDK_LOCALCONF_ALLOW` overrides either of the previous two
45 filters. The default value is blank. 45 filters. The default value is blank.
46 46
47- Classes inherited globally with 47- Classes inherited globally with :term:`INHERIT` that are listed in
48 :term:`INHERIT` that are listed in 48 :term:`ESDK_CLASS_INHERIT_DISABLE` are disabled. Using
49 :term:`ESDK_CLASS_INHERIT_DISABLE` 49 :term:`ESDK_CLASS_INHERIT_DISABLE` to disable these classes is the typical
50 are disabled. Using :term:`ESDK_CLASS_INHERIT_DISABLE` to disable these 50 method to disable classes that are problematic or unnecessary in the SDK
51 classes is the typical method to disable classes that are problematic 51 context. The default value disables the
52 or unnecessary in the SDK context. The default value disables the 52 :ref:`buildhistory <ref-classes-buildhistory>` and
53 :ref:`buildhistory <ref-classes-buildhistory>` 53 :ref:`icecc <ref-classes-icecc>` classes.
54 and :ref:`icecc <ref-classes-icecc>` classes.
55 54
56Additionally, the contents of ``conf/sdk-extra.conf``, when present, are 55Additionally, the contents of ``conf/sdk-extra.conf``, when present, are
57appended to the end of ``conf/local.conf`` within the produced SDK, 56appended to the end of ``conf/local.conf`` within the produced SDK,