diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 7d60758226..2baed3788c 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -456,7 +456,20 @@ DISTRO - The short name of the distribution. + + The short name of the distribution. + This variable corresponds to a file with the + extension .conf + located in a conf/distro directory + within the metadata that contains the distribution configuration. + The + value must not contain spaces, and is typically all lower-case. + + + If the variable is blank, a set of default configuration + will be used, which is specified + within meta/conf/distro/defaultsetup.conf. +