1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

ref-manual: Updated the DISTRO variable description

I added a cross-reference to the "DISTRO_NAME" variable as it is
the long version of the distribution name.

(From yocto-docs rev: bb5638409faadb9c6a5fbca729e4e6b8a220433d)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-07-13 11:55:32 -07:00
committed by Richard Purdie
parent 059d5e6e57
commit 91c70cf4a0
+14 -7
View File
@@ -3636,10 +3636,17 @@
<para role="glossdeffirst"> <para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
The short name of the distribution. The short name of the distribution.
This variable corresponds to a distribution For information on the long name of the distribution, see
configuration file whose root name is the same as the the
variable's argument and whose filename extension is <link linkend='var-DISTRO_NAME'><filename>DISTRO_NAME</filename></link>
<filename>.conf</filename>. variable.
</para>
<para>
The <filename>DISTRO</filename> variable corresponds to a
distribution configuration file whose root name is the
same as the variable's argument and whose filename
extension is <filename>.conf</filename>.
For example, the distribution configuration file for the For example, the distribution configuration file for the
Poky distribution is named <filename>poky.conf</filename> Poky distribution is named <filename>poky.conf</filename>
and resides in the and resides in the
@@ -3664,9 +3671,9 @@
The value for <filename>DISTRO</filename> must not contain The value for <filename>DISTRO</filename> must not contain
spaces, and is typically all lower-case. spaces, and is typically all lower-case.
<note> <note>
If the <filename>DISTRO</filename> variable is blank, a set If the <filename>DISTRO</filename> variable is blank,
of default configurations are used, which are specified a set of default configurations are used, which are
within specified within
<filename>meta/conf/distro/defaultsetup.conf</filename> <filename>meta/conf/distro/defaultsetup.conf</filename>
also in the Source Directory. also in the Source Directory.
</note> </note>