diff options
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 15 |
1 files changed, 14 insertions, 1 deletions
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 @@ | |||
| 456 | 456 | ||
| 457 | <glossentry id='var-DISTRO'><glossterm>DISTRO</glossterm> | 457 | <glossentry id='var-DISTRO'><glossterm>DISTRO</glossterm> |
| 458 | <glossdef> | 458 | <glossdef> |
| 459 | <para>The short name of the distribution.</para> | 459 | <para> |
| 460 | The short name of the distribution. | ||
| 461 | This variable corresponds to a file with the | ||
| 462 | extension <filename>.conf</filename> | ||
| 463 | located in a <filename>conf/distro</filename> directory | ||
| 464 | within the metadata that contains the distribution configuration. | ||
| 465 | The | ||
| 466 | value must not contain spaces, and is typically all lower-case. | ||
| 467 | </para> | ||
| 468 | <para> | ||
| 469 | If the variable is blank, a set of default configuration | ||
| 470 | will be used, which is specified | ||
| 471 | within <filename>meta/conf/distro/defaultsetup.conf</filename>. | ||
| 472 | </para> | ||
| 460 | </glossdef> | 473 | </glossdef> |
| 461 | </glossentry> | 474 | </glossentry> |
| 462 | 475 | ||
