mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
55621c31f1
commit
4d01625794
@@ -44,14 +44,13 @@ build system applies them against ``local.conf`` and ``auto.conf``:
|
||||
:term:`ESDK_LOCALCONF_ALLOW` overrides either of the previous two
|
||||
filters. The default value is blank.
|
||||
|
||||
- Classes inherited globally with
|
||||
:term:`INHERIT` that are listed in
|
||||
:term:`ESDK_CLASS_INHERIT_DISABLE`
|
||||
are disabled. Using :term:`ESDK_CLASS_INHERIT_DISABLE` to disable these
|
||||
classes is the typical method to disable classes that are problematic
|
||||
or unnecessary in the SDK context. The default value disables the
|
||||
:ref:`buildhistory <ref-classes-buildhistory>`
|
||||
and :ref:`icecc <ref-classes-icecc>` classes.
|
||||
- Classes inherited globally with :term:`INHERIT` that are listed in
|
||||
:term:`ESDK_CLASS_INHERIT_DISABLE` are disabled. Using
|
||||
:term:`ESDK_CLASS_INHERIT_DISABLE` to disable these classes is the typical
|
||||
method to disable classes that are problematic or unnecessary in the SDK
|
||||
context. The default value disables the
|
||||
:ref:`buildhistory <ref-classes-buildhistory>` and
|
||||
:ref:`icecc <ref-classes-icecc>` classes.
|
||||
|
||||
Additionally, the contents of ``conf/sdk-extra.conf``, when present, are
|
||||
appended to the end of ``conf/local.conf`` within the produced SDK,
|
||||
|
||||
Reference in New Issue
Block a user