diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-03 05:35:05 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:38 +0000 |
commit | 86c58a5375082872211cb916801839433b07d3e5 (patch) | |
tree | 88e2a5cdba2355263722d4e95b7d36345724c276 /documentation | |
parent | b465168fea9417abda4863b0ba3e6ef8c0d9e5aa (diff) | |
download | poky-86c58a5375082872211cb916801839433b07d3e5.tar.gz |
ref-manual: Edits to license class added INHERIT_DISTRO variable.
(From yocto-docs rev: a3a4c62c489a262fdf484e0c38b86e7c65a08fcb)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 3 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 19 |
2 files changed, 22 insertions, 0 deletions
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 @@ | |||
1048 | <para> | 1048 | <para> |
1049 | The license (<filename>license</filename>) class provides license | 1049 | The license (<filename>license</filename>) class provides license |
1050 | manifest creation and license exclusion. | 1050 | manifest creation and license exclusion. |
1051 | This class is enabled by default using the default value for the | ||
1052 | <link linkend='var-INHERIT_DISTRO'><filename>INHERIT_DISTRO</filename></link> | ||
1053 | variable. | ||
1051 | </para> | 1054 | </para> |
1052 | </section> | 1055 | </section> |
1053 | 1056 | ||
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" | |||
2902 | </glossdef> | 2902 | </glossdef> |
2903 | </glossentry> | 2903 | </glossentry> |
2904 | 2904 | ||
2905 | <glossentry id='var-INHERIT_DISTRO'><glossterm>INHERIT_DISTRO</glossterm> | ||
2906 | <glossdef> | ||
2907 | <para> | ||
2908 | Lists classes that are inherited by default at the | ||
2909 | distribution level. | ||
2910 | It is unlikely that you want to edit this variable. | ||
2911 | </para> | ||
2912 | |||
2913 | <para> | ||
2914 | The variable is set as follows in the | ||
2915 | <filename>meta/conf/distro/defaultsetup.conf</filename> | ||
2916 | file: | ||
2917 | <literallayout class='monospaced'> | ||
2918 | INHERIT_DISTRO ?= "debian devshell sstate license" | ||
2919 | </literallayout> | ||
2920 | </para> | ||
2921 | </glossdef> | ||
2922 | </glossentry> | ||
2923 | |||
2905 | <glossentry id='var-INITRAMFS_FSTYPES'><glossterm>INITRAMFS_FSTYPES</glossterm> | 2924 | <glossentry id='var-INITRAMFS_FSTYPES'><glossterm>INITRAMFS_FSTYPES</glossterm> |
2906 | <glossdef> | 2925 | <glossdef> |
2907 | <para> | 2926 | <para> |