diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2022-03-02 22:20:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-03 09:19:58 +0000 |
commit | 0447aace57d46c4de4d120b430384e99fc3a5e0c (patch) | |
tree | 0eab33c3dc8d538e8edc3f92530a84b2c866a922 | |
parent | a99b899a372e5a9c376bd8b684bb2fbb637c858a (diff) | |
download | poky-0447aace57d46c4de4d120b430384e99fc3a5e0c.tar.gz |
releases: update to include 3.3.5
Adding 3.3.5 to documentation switcher and release list.
(From yocto-docs rev: 78545b8f42657c21bc3cac96429d3950b07a3aca)
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky.yaml | 2 | ||||
-rw-r--r-- | documentation/releases.rst | 1 | ||||
-rw-r--r-- | documentation/sphinx-static/switchers.js | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 0935e28251..4f4f3e3a99 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -4,7 +4,7 @@ DISTRO_NAME : "Honister" | |||
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" |
5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" | 5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" |
6 | YOCTO_DOC_VERSION : "3.4.2" | 6 | YOCTO_DOC_VERSION : "3.4.2" |
7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.3.4" | 7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5" |
8 | DISTRO_REL_TAG : "yocto-3.4.2" | 8 | DISTRO_REL_TAG : "yocto-3.4.2" |
9 | POKYVERSION : "26.0.2" | 9 | POKYVERSION : "26.0.2" |
10 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" | 10 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" |
diff --git a/documentation/releases.rst b/documentation/releases.rst index a8c6d2c9f9..1f6c49d496 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
@@ -28,6 +28,7 @@ Release Series 3.3 (hardknott) | |||
28 | - :yocto_docs:`3.3.2 Documentation </3.3.2>` | 28 | - :yocto_docs:`3.3.2 Documentation </3.3.2>` |
29 | - :yocto_docs:`3.3.3 Documentation </3.3.3>` | 29 | - :yocto_docs:`3.3.3 Documentation </3.3.3>` |
30 | - :yocto_docs:`3.3.4 Documentation </3.3.4>` | 30 | - :yocto_docs:`3.3.4 Documentation </3.3.4>` |
31 | - :yocto_docs:`3.3.5 Documentation </3.3.5>` | ||
31 | 32 | ||
32 | **************************** | 33 | **************************** |
33 | Release Series 3.1 (dunfell) | 34 | Release Series 3.1 (dunfell) |
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index c4c3bd64c9..3ea8927d78 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
@@ -12,7 +12,7 @@ by https://git.yoctoproject.org/yocto-autobuilder-helper/tree/scripts/run-docs-b | |||
12 | var all_versions = { | 12 | var all_versions = { |
13 | 'dev': 'dev (3.5)', | 13 | 'dev': 'dev (3.5)', |
14 | '3.4.2': '3.4.2', | 14 | '3.4.2': '3.4.2', |
15 | '3.3.4': '3.3.4', | 15 | '3.3.5': '3.3.5', |
16 | '3.2.4': '3.2.4', | 16 | '3.2.4': '3.2.4', |
17 | '3.1.14': '3.1.14', | 17 | '3.1.14': '3.1.14', |
18 | '3.0.4': '3.0.4', | 18 | '3.0.4': '3.0.4', |