summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-24 21:38:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-29 23:25:51 +0000
commit09296dca79c2c1de3d440b6374f949f8b8faca40 (patch)
tree8c396e45c1b2e3ab7d847692b9c64e64b2b70f1c
parentb53230c08d9f02ecaf35b4f0b70512abbf10ae11 (diff)
downloadpoky-09296dca79c2c1de3d440b6374f949f8b8faca40.tar.gz
updates for release 3.3.4
(From yocto-docs rev: b250eda5a0beba8acc9641c55a5b0e30594b5178) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky.yaml2
-rw-r--r--documentation/releases.rst1
-rw-r--r--documentation/sphinx-static/switchers.js2
3 files changed, 3 insertions, 2 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index f2d1e8b97f..392e3bd63b 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -4,7 +4,7 @@ DISTRO_NAME : "Honister"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott"
5DISTRO_NAME_NO_CAP_LTS : "dunfell" 5DISTRO_NAME_NO_CAP_LTS : "dunfell"
6YOCTO_DOC_VERSION : "3.4" 6YOCTO_DOC_VERSION : "3.4"
7YOCTO_DOC_VERSION_MINUS_ONE : "3.3.3" 7YOCTO_DOC_VERSION_MINUS_ONE : "3.3.4"
8DISTRO_REL_TAG : "yocto-3.4" 8DISTRO_REL_TAG : "yocto-3.4"
9POKYVERSION : "26.0.0" 9POKYVERSION : "26.0.0"
10YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" 10YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index d5a2d2aa80..a6c9a47b86 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -12,6 +12,7 @@ Release Series 3.3 (hardknott)
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****************************
17Release Series 3.1 (dunfell) 18Release Series 3.1 (dunfell)
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index 6038dbb5a7..b15f5b3c1b 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -4,7 +4,7 @@
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.5)', 5 'dev': 'dev (3.5)',
6 '3.4': '3.4', 6 '3.4': '3.4',
7 '3.3.3': '3.3.3', 7 '3.3.4': '3.3.4',
8 '3.2.4': '3.2.4', 8 '3.2.4': '3.2.4',
9 '3.1.11': '3.1.11', 9 '3.1.11': '3.1.11',
10 '3.0.4': '3.0.4', 10 '3.0.4': '3.0.4',