summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky.yaml16
-rw-r--r--documentation/releases.rst6
-rw-r--r--documentation/sphinx-static/switchers.js3
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 @@
1DISTRO : "3.2.3" 1DISTRO : "3.3"
2DISTRO_NAME_NO_CAP : "gatesgarth" 2DISTRO_NAME_NO_CAP : "hardknott"
3DISTRO_NAME : "Gatesgarth" 3DISTRO_NAME : "Hardknott"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth"
5DISTRO_NAME_NO_CAP_LTS : "dunfell" 5DISTRO_NAME_NO_CAP_LTS : "dunfell"
6YOCTO_DOC_VERSION : "3.2.3" 6YOCTO_DOC_VERSION : "3.3"
7YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6" 7YOCTO_DOC_VERSION_MINUS_ONE : "3.2.3"
8DISTRO_REL_TAG : "yocto-3.2.3" 8DISTRO_REL_TAG : "yocto-3.3"
9POKYVERSION : "24.0.3" 9POKYVERSION : "25.0.0"
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 6a65b9fb34..e8258f6a15 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -5,6 +5,12 @@
5========================= 5=========================
6 6
7******************************* 7*******************************
83.3 'hardknott' Release Series
9*******************************
10
11- :yocto_docs:`3.3 Documentation </3.3>`
12
13*******************************
83.2 'gatesgarth' Release Series 143.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',