diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-22 11:19:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:20:29 +0000 |
commit | 4d01625794c6517e07fe0b6218c7c3ce004f5951 (patch) | |
tree | 7d1cc8da1e784d73b344d231f2a093ab46f61abc /documentation/sdk-manual | |
parent | 55621c31f1edbdb2f3d72e80916fed031e2ba298 (diff) | |
download | poky-4d01625794c6517e07fe0b6218c7c3ce004f5951.tar.gz |
manuals: fix paragraphs with the "inherit" word
Nothing wrong with this word, but instances of "inherit"
were looked for while looking for class names without references.
Fixing alignment and sometimes syntax.
(From yocto-docs rev: c418c645a360e74ebb91765a3041336f03097e0d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/appendix-customizing.rst | 15 |
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 | ||
56 | Additionally, the contents of ``conf/sdk-extra.conf``, when present, are | 55 | Additionally, the contents of ``conf/sdk-extra.conf``, when present, are |
57 | appended to the end of ``conf/local.conf`` within the produced SDK, | 56 | appended to the end of ``conf/local.conf`` within the produced SDK, |