summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky.yaml.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index 26c21e346f..39ece05e9c 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -4,18 +4,18 @@
4 4
5# The DISTRO variable represents the current docs version. It should be used 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. 6# when referring to the current docs version. See also DISTRO_LATEST_TAG.
7DISTRO : "5.1" 7DISTRO : "5.2"
8# The DISTRO_LATEST_TAG represents the latest tag on the current branch. It 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 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 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 11# represent the latest HEAD revision on the branch). DISTRO_LATEST_TAG should
12# always point to an existing tag. 12# always point to an existing tag.
13DISTRO_LATEST_TAG : "5.1" 13DISTRO_LATEST_TAG : "5.2"
14DISTRO_NAME_NO_CAP : "styhead" 14DISTRO_NAME_NO_CAP : "walnascar"
15DISTRO_NAME : "Styhead" 15DISTRO_NAME : "Walnascar"
16DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap" 16DISTRO_NAME_NO_CAP_MINUS_ONE : "styhead"
17DISTRO_NAME_NO_CAP_LTS : "scarthgap" 17DISTRO_NAME_NO_CAP_LTS : "scarthgap"
18YOCTO_DOC_VERSION : "5.1" 18YOCTO_DOC_VERSION : "5.2"
19DISTRO_REL_TAG : "yocto-$DISTRO;" 19DISTRO_REL_TAG : "yocto-$DISTRO;"
20DISTRO_REL_LATEST_TAG : "yocto-&DISTRO_LATEST_TAG;" 20DISTRO_REL_LATEST_TAG : "yocto-&DISTRO_LATEST_TAG;"
21DOCCONF_VERSION : "dev" 21DOCCONF_VERSION : "dev"