From c90bfdf5d4620839fe086d5014e9ebf60589da32 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Jul 2018 12:06:08 -0700 Subject: ref-manual: Updated DISTRO_NAME variable description. I provided some real detail on this variable. It was woefully brief. (From yocto-docs rev: 6b40243984b7cc69a291b6f90ed04b45b7ce3ac5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'documentation/ref-manual') 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. + -- cgit v1.2.3-54-g00ecf