diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 708cd900d0..62ceacf7b3 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3938,6 +3938,46 @@
The long name of the distribution.
+ For information on the short name of the distribution, see
+ the
+ DISTRO
+ variable.
+
+
+
+ The DISTRO_NAME variable corresponds
+ to a distribution configuration file whose root name is the
+ same as the variable's argument and whose filename
+ extension is .conf.
+ For example, the distribution configuration file for the
+ Poky distribution is named poky.conf
+ and resides in the
+ meta-poky/conf/distro directory of
+ the
+ Source Directory.
+
+
+
+ Within that poky.conf file, the
+ DISTRO_NAME variable is set as
+ follows:
+
+ DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
+
+
+
+
+ Distribution configuration files are located in a
+ conf/distro directory within the
+ Metadata
+ that contains the distribution configuration.
+
+ If the DISTRO_NAME variable is
+ blank, a set of default configurations are used, which
+ are specified within
+ meta/conf/distro/defaultsetup.conf
+ also in the Source Directory.
+