diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2020-12-02 09:40:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-07 08:58:12 +0000 |
commit | e6f6420d98ae20953b682ee5f33afd4b488b7368 (patch) | |
tree | 0f5b6f3e70a710c0b69b9f6ff614c3d09c1b1ac6 /documentation | |
parent | f0b8b3a960dbdf503acd2c65b2034d05d43c482f (diff) | |
download | poky-e6f6420d98ae20953b682ee5f33afd4b488b7368.tar.gz |
documentation: prepare for 3.2.1 release
Bump the current version to 3.2.1
(From yocto-docs rev: 1e46d6ffd3a193c24ddc07aaaad6f4769d12cc45)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/conf.py | 2 | ||||
-rw-r--r-- | documentation/poky.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index ed8c5c0330..44f1e43a8a 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -16,7 +16,7 @@ import os | |||
16 | import sys | 16 | import sys |
17 | import datetime | 17 | import datetime |
18 | 18 | ||
19 | current_version = "3.2" | 19 | current_version = "3.2.1" |
20 | 20 | ||
21 | # String used in sidebar | 21 | # String used in sidebar |
22 | version = 'Version: ' + current_version | 22 | version = 'Version: ' + current_version |
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index e184fa8299..ef63d6eb73 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -1,11 +1,11 @@ | |||
1 | DISTRO : "3.2" | 1 | DISTRO : "3.2.1" |
2 | DISTRO_NAME_NO_CAP : "gatesgarth" | 2 | DISTRO_NAME_NO_CAP : "gatesgarth" |
3 | DISTRO_NAME : "Gatesgarth" | 3 | DISTRO_NAME : "Gatesgarth" |
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" |
5 | YOCTO_DOC_VERSION : "3.2" | 5 | YOCTO_DOC_VERSION : "3.2.1" |
6 | YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3" | 6 | YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3" |
7 | DISTRO_REL_TAG : "yocto-3.2" | 7 | DISTRO_REL_TAG : "yocto-3.2.1" |
8 | POKYVERSION : "24.0.0" | 8 | POKYVERSION : "24.0.1" |
9 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" | 9 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" |
10 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | 10 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" |
11 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" | 11 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" |