summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-03 05:35:05 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:17:41 +0000
commitad750cf7b37feebb2bcedca79af5bbf71da919fe (patch)
tree8bb7a4221ba080a7e8785c61974dbbf291fc17f7 /documentation/ref-manual/ref-variables.xml
parentb57292b4425177a3019f2362dfc265b6ac2d4c57 (diff)
downloadpoky-ad750cf7b37feebb2bcedca79af5bbf71da919fe.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml19
1 files changed, 19 insertions, 0 deletions
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>