summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-05-06 09:12:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-06 11:20:27 +0100
commited4434939c6a1de94dc2f145033d0daeb742af53 (patch)
treee8f9006d846ca50c951bfd2a93a2ae8e6a4781d6
parent1471ca2defa79a4945e08a12d596dba6aa641fb6 (diff)
downloadpoky-ed4434939c6a1de94dc2f145033d0daeb742af53.tar.gz
documentation: prepare for 3.2.4 release
Also update documentation to include links to previous releases. (From yocto-docs rev: 657ce3c16b7ffecd0246b7386b7cb5e0d50ee9fb) 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.yaml10
-rw-r--r--documentation/releases.rst9
3 files changed, 15 insertions, 6 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index eb6c047823..1efd63ca15 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.3" 19current_version = "3.2.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 4df23efe17..189f7bec6c 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.2.3" 1DISTRO : "3.2.4"
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.3" 5YOCTO_DOC_VERSION : "3.2.4"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.1.7"
7DISTRO_REL_TAG : "yocto-3.2.3" 7DISTRO_REL_TAG : "yocto-3.2.4"
8POKYVERSION : "24.0.3" 8POKYVERSION : "24.0.4"
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"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index dbdc173a0f..3e95ab9e23 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -9,6 +9,10 @@
9******************************* 9*******************************
10 10
11- :yocto_docs:`3.2 Documentation </3.2>` 11- :yocto_docs:`3.2 Documentation </3.2>`
12- :yocto_docs:`3.2.1 Documentation </3.2.1>`
13- :yocto_docs:`3.2.2 Documentation </3.2.2>`
14- :yocto_docs:`3.2.3 Documentation </3.2.3>`
15- :yocto_docs:`3.2.4 Documentation </3.2.4>`
12 16
13**************************** 17****************************
143.1 'dunfell' Release Series 183.1 'dunfell' Release Series
@@ -18,6 +22,10 @@
18- :yocto_docs:`3.1.1 Documentation </3.1.1>` 22- :yocto_docs:`3.1.1 Documentation </3.1.1>`
19- :yocto_docs:`3.1.2 Documentation </3.1.2>` 23- :yocto_docs:`3.1.2 Documentation </3.1.2>`
20- :yocto_docs:`3.1.3 Documentation </3.1.3>` 24- :yocto_docs:`3.1.3 Documentation </3.1.3>`
25- :yocto_docs:`3.1.4 Documentation </3.1.4>`
26- :yocto_docs:`3.1.5 Documentation </3.1.5>`
27- :yocto_docs:`3.1.6 Documentation </3.1.6>`
28- :yocto_docs:`3.1.7 Documentation </3.1.7>`
21 29
22========================== 30==========================
23 Previous Release Manuals 31 Previous Release Manuals
@@ -31,6 +39,7 @@
31- :yocto_docs:`3.0.1 Documentation </3.0.1>` 39- :yocto_docs:`3.0.1 Documentation </3.0.1>`
32- :yocto_docs:`3.0.2 Documentation </3.0.2>` 40- :yocto_docs:`3.0.2 Documentation </3.0.2>`
33- :yocto_docs:`3.0.3 Documentation </3.0.3>` 41- :yocto_docs:`3.0.3 Documentation </3.0.3>`
42- :yocto_docs:`3.0.4 Documentation </3.0.4>`
34 43
35**************************** 44****************************
362.7 'warrior' Release Series 452.7 'warrior' Release Series