diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2021-04-19 13:45:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-20 14:04:56 +0100 |
commit | 6204a3f5f45d785030b2256d584acb10d7f2bc0d (patch) | |
tree | 7b90e812344744c7cc8dd20d760b74d242b3120c /documentation | |
parent | 8c5b67bec26b653a392177a3bd528fced5cc8a15 (diff) | |
download | poky-6204a3f5f45d785030b2256d584acb10d7f2bc0d.tar.gz |
releases: update to include 3.3
Adding Hardknott to documentation switcher and release list.
(From yocto-docs rev: d1578f6ae84d0c44c63632bd5f3146653f1310a3)
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 | 16 | ||||
-rw-r--r-- | documentation/releases.rst | 6 | ||||
-rw-r--r-- | documentation/sphinx-static/switchers.js | 3 |
3 files changed, 16 insertions, 9 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 8ccb359e0f..22706a0fb6 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -1,12 +1,12 @@ | |||
1 | DISTRO : "3.2.3" | 1 | DISTRO : "3.3" |
2 | DISTRO_NAME_NO_CAP : "gatesgarth" | 2 | DISTRO_NAME_NO_CAP : "hardknott" |
3 | DISTRO_NAME : "Gatesgarth" | 3 | DISTRO_NAME : "Hardknott" |
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" | 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.2.3" | 6 | YOCTO_DOC_VERSION : "3.3" |
7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6" | 7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.2.3" |
8 | DISTRO_REL_TAG : "yocto-3.2.3" | 8 | DISTRO_REL_TAG : "yocto-3.3" |
9 | POKYVERSION : "24.0.3" | 9 | POKYVERSION : "25.0.0" |
10 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" | 10 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" |
11 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | 11 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" |
12 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" | 12 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" |
diff --git a/documentation/releases.rst b/documentation/releases.rst index 6a65b9fb34..e8258f6a15 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
@@ -5,6 +5,12 @@ | |||
5 | ========================= | 5 | ========================= |
6 | 6 | ||
7 | ******************************* | 7 | ******************************* |
8 | 3.3 'hardknott' Release Series | ||
9 | ******************************* | ||
10 | |||
11 | - :yocto_docs:`3.3 Documentation </3.3>` | ||
12 | |||
13 | ******************************* | ||
8 | 3.2 'gatesgarth' Release Series | 14 | 3.2 'gatesgarth' Release Series |
9 | ******************************* | 15 | ******************************* |
10 | 16 | ||
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 7a4edc9e77..96efab2e84 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
@@ -2,7 +2,8 @@ | |||
2 | 'use strict'; | 2 | 'use strict'; |
3 | 3 | ||
4 | var all_versions = { | 4 | var all_versions = { |
5 | 'dev': 'dev (3.3)', | 5 | 'dev': 'dev (3.4)', |
6 | '3.3': '3.3', | ||
6 | '3.2.3': '3.2.3', | 7 | '3.2.3': '3.2.3', |
7 | '3.1.6': '3.1.6', | 8 | '3.1.6': '3.1.6', |
8 | '3.0.4': '3.0.4', | 9 | '3.0.4': '3.0.4', |