From 86c58a5375082872211cb916801839433b07d3e5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Dec 2013 05:35:05 -0600 Subject: ref-manual: Edits to license class added INHERIT_DISTRO variable. (From yocto-docs rev: a3a4c62c489a262fdf484e0c38b86e7c65a08fcb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 3 +++ documentation/ref-manual/ref-variables.xml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index b93ae36e04..8facafb74a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1048,6 +1048,9 @@ The license (license) class provides license manifest creation and license exclusion. + This class is enabled by default using the default value for the + INHERIT_DISTRO + variable. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index aa0737e498..a33595cd6f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2902,6 +2902,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + INHERIT_DISTRO + + + Lists classes that are inherited by default at the + distribution level. + It is unlikely that you want to edit this variable. + + + + The variable is set as follows in the + meta/conf/distro/defaultsetup.conf + file: + + INHERIT_DISTRO ?= "debian devshell sstate license" + + + + + INITRAMFS_FSTYPES -- cgit v1.2.3-54-g00ecf