summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-11-05 05:10:27 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-12 17:26:17 +0000
commit76c841d8a8386c0170b0317a12188cd945214c6d (patch)
treecbd17af55daf00955125366a8204e1697460959f
parent19f9f7f003e77e3edf6a90f832c3449d081a4a53 (diff)
downloadpoky-76c841d8a8386c0170b0317a12188cd945214c6d.tar.gz
documentation: prepare for 3.1.12 release
(From yocto-docs rev: f1cd4d8ae58037609556de51b33a4dbeab7f45ff) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/poky.yaml8
-rw-r--r--documentation/releases.rst1
-rw-r--r--documentation/sphinx-static/switchers.js2
4 files changed, 7 insertions, 6 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 6f10fc151f..6eb284e656 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@ import os
16import sys 16import sys
17import datetime 17import datetime
18 18
19current_version = "3.1.11" 19current_version = "3.1.12"
20 20
21# String used in sidebar 21# String used in sidebar
22version = 'Version: ' + current_version 22version = 'Version: ' + current_version
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index bda8ff123b..af041e3737 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.1.11" 1DISTRO : "3.1.12"
2DISTRO_NAME_NO_CAP : "dunfell" 2DISTRO_NAME_NO_CAP : "dunfell"
3DISTRO_NAME : "Dunfell" 3DISTRO_NAME : "Dunfell"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
5YOCTO_DOC_VERSION : "3.1.11" 5YOCTO_DOC_VERSION : "3.1.12"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
7DISTRO_REL_TAG : "yocto-3.1.11" 7DISTRO_REL_TAG : "yocto-3.1.12"
8POKYVERSION : "23.0.11" 8POKYVERSION : "23.0.12"
9YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" 9YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
10YOCTO_DL_URL : "https://downloads.yoctoproject.org" 10YOCTO_DL_URL : "https://downloads.yoctoproject.org"
11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" 11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 70393084c1..3e27406eab 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -20,6 +20,7 @@
20- :yocto_docs:`3.1.9 Documentation </3.1.9>` 20- :yocto_docs:`3.1.9 Documentation </3.1.9>`
21- :yocto_docs:`3.1.10 Documentation </3.1.10>` 21- :yocto_docs:`3.1.10 Documentation </3.1.10>`
22- :yocto_docs:`3.1.11 Documentation </3.1.11>` 22- :yocto_docs:`3.1.11 Documentation </3.1.11>`
23- :yocto_docs:`3.1.12 Documentation </3.1.12>`
23 24
24========================== 25==========================
25 Previous Release Manuals 26 Previous Release Manuals
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index fd55416969..87160d8ba9 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,7 +3,7 @@
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.3)', 5 'dev': 'dev (3.3)',
6 '3.1.11': '3.1.11', 6 '3.1.12': '3.1.12',
7 '3.0.4': '3.0.4', 7 '3.0.4': '3.0.4',
8 '2.7.4': '2.7.4', 8 '2.7.4': '2.7.4',
9 }; 9 };