ref-manual: Edits to license class added INHERIT_DISTRO variable.

(From yocto-docs rev: 55f45ce942ba7b4c398b37d4d8784ecf3d5b01e4)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-03 05:35:05 -06:00 committed by Richard Purdie
parent b57292b442
commit ad750cf7b3
2 changed files with 22 additions and 0 deletions

View File

@ -1048,6 +1048,9 @@
<para>
The license (<filename>license</filename>) class provides license
manifest creation and license exclusion.
This class is enabled by default using the default value for the
<link linkend='var-INHERIT_DISTRO'><filename>INHERIT_DISTRO</filename></link>
variable.
</para>
</section>

View File

@ -2902,6 +2902,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef>
</glossentry>
<glossentry id='var-INHERIT_DISTRO'><glossterm>INHERIT_DISTRO</glossterm>
<glossdef>
<para>
Lists classes that are inherited by default at the
distribution level.
It is unlikely that you want to edit this variable.
</para>
<para>
The variable is set as follows in the
<filename>meta/conf/distro/defaultsetup.conf</filename>
file:
<literallayout class='monospaced'>
INHERIT_DISTRO ?= "debian devshell sstate license"
</literallayout>
</para>
</glossdef>
</glossentry>
<glossentry id='var-INITRAMFS_FSTYPES'><glossterm>INITRAMFS_FSTYPES</glossterm>
<glossdef>
<para>