mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
bitbake: bitbake-user-manual: Updated INHERIT descriptions
Fixes [YOCTO #11498] Enhanced the glossary description for the INHERIT variable to give more detail and to cross-reference the reader back into the Chapter 3 section describing its use. (Bitbake rev: 362f6044fcaafe51ab4377af8f2606165b112717) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
35c3e57686
commit
31ec7fa01d
@@ -1072,7 +1072,8 @@
|
|||||||
<note>
|
<note>
|
||||||
Because <filename>.conf</filename> files are parsed
|
Because <filename>.conf</filename> files are parsed
|
||||||
first during BitBake's execution, using
|
first during BitBake's execution, using
|
||||||
<filename>INHERIT</filename> to inherit a class effectively
|
<link linkend='var-INHERIT'><filename>INHERIT</filename></link>
|
||||||
|
to inherit a class effectively
|
||||||
inherits the class globally (i.e. for all recipes).
|
inherits the class globally (i.e. for all recipes).
|
||||||
</note>
|
</note>
|
||||||
If you want to use the directive to inherit
|
If you want to use the directive to inherit
|
||||||
|
|||||||
@@ -1596,9 +1596,19 @@
|
|||||||
<glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm>
|
<glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
Causes the named class to be inherited at
|
Causes the named class or classes to be inherited globally.
|
||||||
this point during parsing.
|
Anonymous functions in the class or classes
|
||||||
The variable is only valid in configuration files.
|
are not executed for the
|
||||||
|
base configuration and in each individual recipe.
|
||||||
|
The OpenEmbedded build system ignores changes to
|
||||||
|
<filename>INHERIT</filename> in individual recipes.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
For more information on <filename>INHERIT</filename>, see
|
||||||
|
the
|
||||||
|
"<link linkend="inherit-configuration-directive"><filename>INHERIT</filename> Configuration Directive</link>"
|
||||||
|
section.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user