diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2021-05-17 14:59:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-18 12:53:08 +0100 |
commit | ed2d99203d069bed55f51ed481328a1ee073323e (patch) | |
tree | 5721ceb8d92ce91b11ff8252e827c836221e3445 /documentation | |
parent | 3a461e071e0e0432618baea40f2aa72d46114b60 (diff) | |
download | poky-ed2d99203d069bed55f51ed481328a1ee073323e.tar.gz |
releases: update to include 3.2.4
Adding 3.2.4 to documentation switcher and release list.
(From yocto-docs rev: b24cddff0f1367360441e3f9ff59cbed77da28ad)
Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 22706a0fb6..c9b87de476 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -4,7 +4,7 @@ DISTRO_NAME : "Hardknott" | |||
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" |
5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" | 5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" |
6 | YOCTO_DOC_VERSION : "3.3" | 6 | YOCTO_DOC_VERSION : "3.3" |
7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.2.3" | 7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" |
8 | DISTRO_REL_TAG : "yocto-3.3" | 8 | DISTRO_REL_TAG : "yocto-3.3" |
9 | POKYVERSION : "25.0.0" | 9 | POKYVERSION : "25.0.0" |
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 b95a6edf5d..39722671c8 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
@@ -18,6 +18,7 @@ | |||
18 | - :yocto_docs:`3.2.1 Documentation </3.2.1>` | 18 | - :yocto_docs:`3.2.1 Documentation </3.2.1>` |
19 | - :yocto_docs:`3.2.2 Documentation </3.2.2>` | 19 | - :yocto_docs:`3.2.2 Documentation </3.2.2>` |
20 | - :yocto_docs:`3.2.3 Documentation </3.2.3>` | 20 | - :yocto_docs:`3.2.3 Documentation </3.2.3>` |
21 | - :yocto_docs:`3.2.4 Documentation </3.2.4>` | ||
21 | 22 | ||
22 | **************************** | 23 | **************************** |
23 | 3.1 'dunfell' Release Series | 24 | 3.1 'dunfell' Release Series |
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 3f62e29b97..0e68ad3c9c 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.4)', | 5 | 'dev': 'dev (3.4)', |
6 | '3.3': '3.3', | 6 | '3.3': '3.3', |
7 | '3.2.3': '3.2.3', | 7 | '3.2.4': '3.2.4', |
8 | '3.1.7': '3.1.7', | 8 | '3.1.7': '3.1.7', |
9 | '3.0.4': '3.0.4', | 9 | '3.0.4': '3.0.4', |
10 | '2.7.4': '2.7.4', | 10 | '2.7.4': '2.7.4', |