summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml.in
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky.yaml.in')
-rw-r--r--documentation/poky.yaml.in11
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.
5DISTRO : "5.1" 7DISTRO : "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.
13DISTRO_LATEST_TAG : "5.1"
6DISTRO_NAME_NO_CAP : "styhead" 14DISTRO_NAME_NO_CAP : "styhead"
7DISTRO_NAME : "Styhead" 15DISTRO_NAME : "Styhead"
8DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap" 16DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap"
9DISTRO_NAME_NO_CAP_LTS : "scarthgap" 17DISTRO_NAME_NO_CAP_LTS : "scarthgap"
10YOCTO_DOC_VERSION : "5.1" 18YOCTO_DOC_VERSION : "5.1"
11DISTRO_REL_TAG : "yocto-5.1" 19DISTRO_REL_TAG : "yocto-$DISTRO;"
20DISTRO_REL_LATEST_TAG : "yocto-&DISTRO_LATEST_TAG;"
12DOCCONF_VERSION : "dev" 21DOCCONF_VERSION : "dev"
13BITBAKE_SERIES : "" 22BITBAKE_SERIES : ""
14YOCTO_DL_URL : "https://downloads.yoctoproject.org" 23YOCTO_DL_URL : "https://downloads.yoctoproject.org"