From: Scott Rifenbark Date: Fri, 13 Jul 2018 19:06:08 +0000 (-0700) Subject: ref-manual: Updated DISTRO_NAME variable description. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=895feaac61e595c2b19a30c9fc75286452b198d7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated DISTRO_NAME variable description. I provided some real detail on this variable. It was woefully brief. (From yocto-docs rev: 4282fabddc81bf4c0fbd0a641ec4f1e9754660c2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 926882aa4fc..c9b29d10359 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. +