summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml3
-rw-r--r--documentation/ref-manual/ref-variables.xml19
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>