summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-07-20 23:49:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-20 19:07:26 +0100
commitf3014b1bbbf1444ea571bbd13dcdf8d962123016 (patch)
tree8d7fd42fc0e7734eb9b297ece84b492a16a8663c
parentbbaf7ae626028c42fe1939a79c2b17fbc8d3263c (diff)
downloadpoky-f3014b1bbbf1444ea571bbd13dcdf8d962123016.tar.gz
documentation: prepare for 3.3.2 release
Include updates to versions for dunfell releases as well. (From yocto-docs rev: dae6a0209d69c267d3cbace6589b0ac73e06abce) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/poky.yaml8
-rw-r--r--documentation/releases.rst4
3 files changed, 9 insertions, 5 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index a764ea4dea..ab8d3b94d1 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.3.1" 19current_version = "3.3.2"
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 a273de3295..bf211e310a 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,12 +1,12 @@
1DISTRO : "3.3.1" 1DISTRO : "3.3.2"
2DISTRO_NAME_NO_CAP : "hardknott" 2DISTRO_NAME_NO_CAP : "hardknott"
3DISTRO_NAME : "Hardknott" 3DISTRO_NAME : "Hardknott"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth"
5DISTRO_NAME_NO_CAP_LTS : "gatesgarth" 5DISTRO_NAME_NO_CAP_LTS : "gatesgarth"
6YOCTO_DOC_VERSION : "3.3.1" 6YOCTO_DOC_VERSION : "3.3.2"
7YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" 7YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4"
8DISTRO_REL_TAG : "yocto-3.3.1" 8DISTRO_REL_TAG : "yocto-3.3.2"
9POKYVERSION : "25.0.1" 9POKYVERSION : "25.0.2"
10YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" 10YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
11YOCTO_DL_URL : "https://downloads.yoctoproject.org" 11YOCTO_DL_URL : "https://downloads.yoctoproject.org"
12YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" 12YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index daf8912799..08f9491300 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -10,6 +10,7 @@
10 10
11- :yocto_docs:`3.3 Documentation </3.3>` 11- :yocto_docs:`3.3 Documentation </3.3>`
12- :yocto_docs:`3.3.1 Documentation </3.3.1>` 12- :yocto_docs:`3.3.1 Documentation </3.3.1>`
13- :yocto_docs:`3.3.2 Documentation </3.3.2>`
13 14
14 15
15******************************* 16*******************************
@@ -33,6 +34,9 @@
33- :yocto_docs:`3.1.4 Documentation </3.1.4>` 34- :yocto_docs:`3.1.4 Documentation </3.1.4>`
34- :yocto_docs:`3.1.5 Documentation </3.1.5>` 35- :yocto_docs:`3.1.5 Documentation </3.1.5>`
35- :yocto_docs:`3.1.6 Documentation </3.1.6>` 36- :yocto_docs:`3.1.6 Documentation </3.1.6>`
37- :yocto_docs:`3.1.7 Documentation </3.1.7>`
38- :yocto_docs:`3.1.8 Documentation </3.1.8>`
39- :yocto_docs:`3.1.9 Documentation </3.1.9>`
36 40
37========================== 41==========================
38 Previous Release Manuals 42 Previous Release Manuals