mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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:
committed by
Richard Purdie
parent
b57292b442
commit
ad750cf7b3
@@ -1048,6 +1048,9 @@
|
|||||||
<para>
|
<para>
|
||||||
The license (<filename>license</filename>) class provides license
|
The license (<filename>license</filename>) class provides license
|
||||||
manifest creation and license exclusion.
|
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>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -2902,6 +2902,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</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>
|
<glossentry id='var-INITRAMFS_FSTYPES'><glossterm>INITRAMFS_FSTYPES</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
Reference in New Issue
Block a user