summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Halstead <mhalstead@linuxfoundation.org>2021-04-02 15:27:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-06 09:45:39 +0100
commite8e10f27b20f331622b7fdb3eb4e60f0850ea876 (patch)
treed5b5cd710a49da5cb6c4d546cc77f1f696f862ad
parent9982b2c0f2a4bf6d451b532856ca6cf126985f22 (diff)
downloadpoky-e8e10f27b20f331622b7fdb3eb4e60f0850ea876.tar.gz
releases: update to include 3.2.3
Updating to build 3.2.3 docs and add missing 3.0.4 release line. (From yocto-docs rev: 95972458c4c5ecea38676975f69afca7f0c91e35) Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky.yaml6
-rw-r--r--documentation/releases.rst2
-rw-r--r--documentation/sphinx-static/switchers.js2
3 files changed, 6 insertions, 4 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 3c30c4430e..de264c9636 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,12 +1,12 @@
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"
5DISTRO_NAME_NO_CAP_LTS : "dunfell" 5DISTRO_NAME_NO_CAP_LTS : "dunfell"
6YOCTO_DOC_VERSION : "3.2.2" 6YOCTO_DOC_VERSION : "3.2.3"
7YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6" 7YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6"
8DISTRO_REL_TAG : "yocto-3.2.2" 8DISTRO_REL_TAG : "yocto-3.2.2"
9POKYVERSION : "24.0.2" 9POKYVERSION : "24.0.3"
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 c4865253f6..6a65b9fb34 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -11,6 +11,7 @@
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>` 12- :yocto_docs:`3.2.1 Documentation </3.2.1>`
13- :yocto_docs:`3.2.2 Documentation </3.2.2>` 13- :yocto_docs:`3.2.2 Documentation </3.2.2>`
14- :yocto_docs:`3.2.3 Documentation </3.2.3>`
14 15
15**************************** 16****************************
163.1 'dunfell' Release Series 173.1 'dunfell' Release Series
@@ -36,6 +37,7 @@
36- :yocto_docs:`3.0.1 Documentation </3.0.1>` 37- :yocto_docs:`3.0.1 Documentation </3.0.1>`
37- :yocto_docs:`3.0.2 Documentation </3.0.2>` 38- :yocto_docs:`3.0.2 Documentation </3.0.2>`
38- :yocto_docs:`3.0.3 Documentation </3.0.3>` 39- :yocto_docs:`3.0.3 Documentation </3.0.3>`
40- :yocto_docs:`3.0.4 Documentation </3.0.4>`
39 41
40**************************** 42****************************
412.7 'warrior' Release Series 432.7 'warrior' Release Series
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index a7c348a7ba..7a4edc9e77 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,7 +3,7 @@
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.3)', 5 'dev': 'dev (3.3)',
6 '3.2.2': '3.2.2', 6 '3.2.3': '3.2.3',
7 '3.1.6': '3.1.6', 7 '3.1.6': '3.1.6',
8 '3.0.4': '3.0.4', 8 '3.0.4': '3.0.4',
9 '2.7.4': '2.7.4', 9 '2.7.4': '2.7.4',