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.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index 4eccc28e9b..cac199bf7a 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -43,7 +43,7 @@ build system applies them against ``local.conf`` and ``auto.conf``:
43 :term:`SDK_INHERIT_BLACKLIST` 43 :term:`SDK_INHERIT_BLACKLIST`
44 are disabled. Using :term:`SDK_INHERIT_BLACKLIST` to disable these 44 are disabled. Using :term:`SDK_INHERIT_BLACKLIST` to disable these
45 classes is the typical method to disable classes that are problematic 45 classes is the typical method to disable classes that are problematic
46 or unnecessary in the SDK context. The default value blacklists the 46 or unnecessary in the SDK context. The default value disables the
47 :ref:`buildhistory <ref-classes-buildhistory>` 47 :ref:`buildhistory <ref-classes-buildhistory>`
48 and :ref:`icecc <ref-classes-icecc>` classes. 48 and :ref:`icecc <ref-classes-icecc>` classes.
49 49
@@ -63,9 +63,8 @@ adjustments:
63- If your SDK configuration inherits additional classes using the 63- If your SDK configuration inherits additional classes using the
64 :term:`INHERIT` variable and you 64 :term:`INHERIT` variable and you
65 do not need or want those classes enabled in the SDK, you can 65 do not need or want those classes enabled in the SDK, you can
66 blacklist them by adding them to the 66 disable them by adding them to the :term:`SDK_INHERIT_BLACKLIST`
67 :term:`SDK_INHERIT_BLACKLIST` 67 variable as described in the previous section.
68 variable as described in the fourth bullet of the previous section.
69 68
70 .. note:: 69 .. note::
71 70
@@ -275,8 +274,8 @@ source, you need to do a number of things:
275 places or it will fail quickly on the OpenEmbedded build system 274 places or it will fail quickly on the OpenEmbedded build system
276 side, and its contents will not interfere with the build), then 275 side, and its contents will not interfere with the build), then
277 you can set the variable in your ``local.conf`` or custom distro 276 you can set the variable in your ``local.conf`` or custom distro
278 configuration file. You can then "whitelist" the variable through 277 configuration file. You can then pass the variable to the SDK by
279 to the SDK by adding the following:: 278 adding the following::
280 279
281 SDK_LOCAL_CONF_WHITELIST = "SSTATE_MIRRORS" 280 SDK_LOCAL_CONF_WHITELIST = "SSTATE_MIRRORS"
282 281