From 4fe09a11ee8adbdeb4846ac97e6542ad91b38cd5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 11 May 2017 12:05:05 -0700 Subject: [PATCH] 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: ed44df6342ee20720aeee2dd8eae944db767023e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ad100b9892..be509c4a81 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6314,14 +6314,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INHERIT - 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." - 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 + INHERIT in individual recipes. + + + + For more information on INHERIT, see + the + "INHERIT Configuration Directive" + section in the Yocto Project Bitbake User Manual.