summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-03 15:10:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-03 11:31:27 +0000
commit507c32b9d7c5fcc3f8bd621f1cfe2e30829df02c (patch)
tree35c48e1222034a9083e432c5f78a61940557b633 /documentation
parentc64df461cb63c4a2801a8c8c55ac095732748a27 (diff)
downloadpoky-507c32b9d7c5fcc3f8bd621f1cfe2e30829df02c.tar.gz
documentation: prepare for 3.3.4 release
Also add a link for documentation to just released 3.1.11 release. (From yocto-docs rev: e8e4539e1e812ea835192d1e35cc9992a43059ca) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.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.yaml8
-rw-r--r--documentation/releases.rst2
3 files changed, 7 insertions, 5 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index d1c08a9c98..28af37d7b1 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.3" 19current_version = "3.3.4"
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 7207df142e..30eb453796 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,12 +1,12 @@
1DISTRO : "3.3.3" 1DISTRO : "3.3.4"
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.3" 6YOCTO_DOC_VERSION : "3.3.4"
7YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" 7YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4"
8DISTRO_REL_TAG : "yocto-3.3.3" 8DISTRO_REL_TAG : "yocto-3.3.4"
9POKYVERSION : "25.0.3" 9POKYVERSION : "25.0.4"
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 2b17cd6359..e19dfde6c8 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -12,6 +12,7 @@
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- :yocto_docs:`3.3.2 Documentation </3.3.2>`
14- :yocto_docs:`3.3.3 Documentation </3.3.3>` 14- :yocto_docs:`3.3.3 Documentation </3.3.3>`
15- :yocto_docs:`3.3.4 Documentation </3.3.4>`
15 16
16 17
17******************************* 18*******************************
@@ -39,6 +40,7 @@
39- :yocto_docs:`3.1.8 Documentation </3.1.8>` 40- :yocto_docs:`3.1.8 Documentation </3.1.8>`
40- :yocto_docs:`3.1.9 Documentation </3.1.9>` 41- :yocto_docs:`3.1.9 Documentation </3.1.9>`
41- :yocto_docs:`3.1.10 Documentation </3.1.10>` 42- :yocto_docs:`3.1.10 Documentation </3.1.10>`
43- :yocto_docs:`3.1.11 Documentation </3.1.11>`
42 44
43========================== 45==========================
44 Previous Release Manuals 46 Previous Release Manuals