summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Halstead <mhalstead@linuxfoundation.org>2025-05-08 09:11:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-09 07:10:42 +0100
commit03e07bf5b382260bded2114e0055547958c40a3c (patch)
treee691daddf7df4150b72cfb861de6a083e86217cf
parenta9d45c0499e25f59ae1745c4ca117e32613246ad (diff)
downloadpoky-03e07bf5b382260bded2114e0055547958c40a3c.tar.gz
docs: update current releases for Walnascar
(From yocto-docs rev: 3a9a2aebf64f3cf62096ca80be670862b13bead3) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"