diff options
Diffstat (limited to 'documentation/poky.yaml.in')
-rw-r--r-- | documentation/poky.yaml.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index d045ff596e..e03cdbfff6 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in | |||
@@ -2,13 +2,22 @@ | |||
2 | # Macros used in the documentation | 2 | # Macros used in the documentation |
3 | # | 3 | # |
4 | 4 | ||
5 | # The DISTRO variable represents the current docs version. It should be used | ||
6 | # when referring to the current docs version. See also DISTRO_LATEST_TAG. | ||
5 | DISTRO : "5.1" | 7 | DISTRO : "5.1" |
8 | # The DISTRO_LATEST_TAG represents the latest tag on the current branch. It | ||
9 | # should be used in HTTP link referring to the current docs version. In these | ||
10 | # cases, the DISTRO may point to A.B.999 which does not exist (just used to | ||
11 | # represent the latest HEAD revision on the branch). DISTRO_LATEST_TAG should | ||
12 | # always point to an existing tag. | ||
13 | DISTRO_LATEST_TAG : "5.1" | ||
6 | DISTRO_NAME_NO_CAP : "styhead" | 14 | DISTRO_NAME_NO_CAP : "styhead" |
7 | DISTRO_NAME : "Styhead" | 15 | DISTRO_NAME : "Styhead" |
8 | DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap" | 16 | DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap" |
9 | DISTRO_NAME_NO_CAP_LTS : "scarthgap" | 17 | DISTRO_NAME_NO_CAP_LTS : "scarthgap" |
10 | YOCTO_DOC_VERSION : "5.1" | 18 | YOCTO_DOC_VERSION : "5.1" |
11 | DISTRO_REL_TAG : "yocto-5.1" | 19 | DISTRO_REL_TAG : "yocto-$DISTRO;" |
20 | DISTRO_REL_LATEST_TAG : "yocto-&DISTRO_LATEST_TAG;" | ||
12 | DOCCONF_VERSION : "dev" | 21 | DOCCONF_VERSION : "dev" |
13 | BITBAKE_SERIES : "" | 22 | BITBAKE_SERIES : "" |
14 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | 23 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" |