diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | a15109ab52a75c37a6ef28a975b722ce29ea1531 (patch) | |
tree | 8d44aa33cd2330fdb9c85cb29f7c8bb3e4ca4afc /documentation/sdk-manual/appendix-customizing.rst | |
parent | 16d3f5b3b0ad6cda28963bf83d8fee621c4ead70 (diff) | |
download | poky-a15109ab52a75c37a6ef28a975b722ce29ea1531.tar.gz |
Drop the icecc class and related variables
Dropped by commit ecf8c386cf83 ("classes/recipes-devtools: Drop icecc
from OE-Core") in OE-Core.
Remove documentation for the class and the related variables. Remove the
references to this class.
(From yocto-docs rev: 30c9413c5106bcbcc1600ef16b8d0cece86d8158)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/appendix-customizing.rst')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst index 61091d83ba..e08630dce0 100644 --- a/documentation/sdk-manual/appendix-customizing.rst +++ b/documentation/sdk-manual/appendix-customizing.rst | |||
@@ -48,8 +48,8 @@ build system applies them against ``local.conf`` and ``auto.conf``: | |||
48 | :term:`ESDK_CLASS_INHERIT_DISABLE` are disabled. Using | 48 | :term:`ESDK_CLASS_INHERIT_DISABLE` are disabled. Using |
49 | :term:`ESDK_CLASS_INHERIT_DISABLE` to disable these classes is the typical | 49 | :term:`ESDK_CLASS_INHERIT_DISABLE` to disable these classes is the typical |
50 | method to disable classes that are problematic or unnecessary in the SDK | 50 | method to disable classes that are problematic or unnecessary in the SDK |
51 | context. The default value disables the | 51 | context. The default value disables the :ref:`ref-classes-buildhistory` |
52 | :ref:`ref-classes-buildhistory` and :ref:`ref-classes-icecc` classes. | 52 | class. |
53 | 53 | ||
54 | Additionally, the contents of ``conf/sdk-extra.conf``, when present, are | 54 | Additionally, the contents of ``conf/sdk-extra.conf``, when present, are |
55 | appended to the end of ``conf/local.conf`` within the produced SDK, | 55 | appended to the end of ``conf/local.conf`` within the produced SDK, |