summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-05-11 12:03:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-23 17:45:37 +0100
commit31ec7fa01df21cb43051686d02b52f1a6463feb4 (patch)
tree3652b90247b016baa89ba88e8ee57f5cb849fa0a /bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
parent35c3e57686f6a29d9690c68dd43fc4d35dc1c43b (diff)
downloadpoky-31ec7fa01df21cb43051686d02b52f1a6463feb4.tar.gz
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>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index 0e89bf2396..07bda982f3 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -1596,9 +1596,19 @@
1596 <glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm> 1596 <glossentry id='var-INHERIT'><glossterm>INHERIT</glossterm>
1597 <glossdef> 1597 <glossdef>
1598 <para> 1598 <para>
1599 Causes the named class to be inherited at 1599 Causes the named class or classes to be inherited globally.
1600 this point during parsing. 1600 Anonymous functions in the class or classes
1601 The variable is only valid in configuration files. 1601 are not executed for the
1602 base configuration and in each individual recipe.
1603 The OpenEmbedded build system ignores changes to
1604 <filename>INHERIT</filename> in individual recipes.
1605 </para>
1606
1607 <para>
1608 For more information on <filename>INHERIT</filename>, see
1609 the
1610 "<link linkend="inherit-configuration-directive"><filename>INHERIT</filename> Configuration Directive</link>"
1611 section.
1602 </para> 1612 </para>
1603 </glossdef> 1613 </glossdef>
1604 </glossentry> 1614 </glossentry>