summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-03-25 10:19:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-28 22:32:53 +0100
commit430d1124c91d0eeea0318deb5bb9c94469caf180 (patch)
treec5868380f50bdd7552b850b8ac6c7f8d3edbe2c6 /documentation
parent7d600f21692c5c74eae98e2755521976cdb4d2e5 (diff)
downloadpoky-430d1124c91d0eeea0318deb5bb9c94469caf180.tar.gz
documentation: version bumps for 3.2.3 release
(From yocto-docs rev: 10ea3bc5691bdf32df47a28252ce4b74ca7fd646) 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.py2
-rw-r--r--documentation/poky.yaml10
2 files changed, 6 insertions, 6 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 0a6e330e2b..eb6c047823 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@ import os
16import sys 16import sys
17import datetime 17import datetime
18 18
19current_version = "3.2.2" 19current_version = "3.2.3"
20 20
21# String used in sidebar 21# String used in sidebar
22version = 'Version: ' + current_version 22version = 'Version: ' + current_version
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 1909f0d83c..4df23efe17 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.2.2" 1DISTRO : "3.2.3"
2DISTRO_NAME_NO_CAP : "gatesgarth" 2DISTRO_NAME_NO_CAP : "gatesgarth"
3DISTRO_NAME : "Gatesgarth" 3DISTRO_NAME : "Gatesgarth"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
5YOCTO_DOC_VERSION : "3.2.2" 5YOCTO_DOC_VERSION : "3.2.3"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.1.5" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6"
7DISTRO_REL_TAG : "yocto-3.2.2" 7DISTRO_REL_TAG : "yocto-3.2.3"
8POKYVERSION : "24.0.2" 8POKYVERSION : "24.0.3"
9YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" 9YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
10YOCTO_DL_URL : "https://downloads.yoctoproject.org" 10YOCTO_DL_URL : "https://downloads.yoctoproject.org"
11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" 11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"