diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2025-05-08 09:11:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-09 07:10:42 +0100 |
commit | 03e07bf5b382260bded2114e0055547958c40a3c (patch) | |
tree | e691daddf7df4150b72cfb861de6a083e86217cf | |
parent | a9d45c0499e25f59ae1745c4ca117e32613246ad (diff) | |
download | poky-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.in | 12 |
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. |
7 | DISTRO : "5.1" | 7 | DISTRO : "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. |
13 | DISTRO_LATEST_TAG : "5.1" | 13 | DISTRO_LATEST_TAG : "5.2" |
14 | DISTRO_NAME_NO_CAP : "styhead" | 14 | DISTRO_NAME_NO_CAP : "walnascar" |
15 | DISTRO_NAME : "Styhead" | 15 | DISTRO_NAME : "Walnascar" |
16 | DISTRO_NAME_NO_CAP_MINUS_ONE : "scarthgap" | 16 | DISTRO_NAME_NO_CAP_MINUS_ONE : "styhead" |
17 | DISTRO_NAME_NO_CAP_LTS : "scarthgap" | 17 | DISTRO_NAME_NO_CAP_LTS : "scarthgap" |
18 | YOCTO_DOC_VERSION : "5.1" | 18 | YOCTO_DOC_VERSION : "5.2" |
19 | DISTRO_REL_TAG : "yocto-$DISTRO;" | 19 | DISTRO_REL_TAG : "yocto-$DISTRO;" |
20 | DISTRO_REL_LATEST_TAG : "yocto-&DISTRO_LATEST_TAG;" | 20 | DISTRO_REL_LATEST_TAG : "yocto-&DISTRO_LATEST_TAG;" |
21 | DOCCONF_VERSION : "dev" | 21 | DOCCONF_VERSION : "dev" |