mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
ref-manual: Enhanced the glossary description for INHERIT
Fixes [YOCTO #11498] I enhanced the description of the INHERIT variable's glossary description to provide more detail. I also included a link into the section of the BB manual where INHERIT is described. (From yocto-docs rev: 663cde3cf05ebf564ff3a28cd37b696be2f91ad8) 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
4c68c5dac6
commit
69d1f536e4
@@ -6314,14 +6314,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
|
||||
<glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm>
|
||||
<info>
|
||||
INHERIT[doc] = "Causes the named class to be inherited at this point during parsing. The variable is only valid in configuration files."
|
||||
INHERIT[doc] = "Causes the named class or classes to be inherited globally."
|
||||
</info>
|
||||
<glossdef>
|
||||
<para role="glossdeffirst">
|
||||
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
||||
Causes the named class to be inherited at
|
||||
this point during parsing.
|
||||
The variable is only valid in configuration files.
|
||||
Causes the named class or classes to be inherited globally.
|
||||
Anonymous functions in the class or classes
|
||||
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
|
||||
"<ulink url="&YOCTO_DOCS_BB_URL;#inherit-configuration-directive"><filename>INHERIT</filename> Configuration Directive</ulink>"
|
||||
section in the Yocto Project Bitbake User Manual.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
Reference in New Issue
Block a user