summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-03-22 08:58:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-22 22:32:27 +0000
commitc17b457ac4f3dfad8225d8e9799f2e3ee11309ee (patch)
tree918887edefb8d69b194fdd73114cf01b6b4a98d2
parent60f6cb756d0a514657f1cdf8ecc005ec3e4f7f30 (diff)
downloadpoky-c17b457ac4f3dfad8225d8e9799f2e3ee11309ee.tar.gz
documentation: prepare for 3.4.3 release
(From yocto-docs rev: 15f46f97d9cad558c19fc1dc19cfbe3720271d04) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.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
3 files changed, 6 insertions, 5 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 213912f377..bef6fbfa40 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.4.2" 19current_version = "3.4.3"
20bitbake_version = "1.52" 20bitbake_version = "1.52"
21 21
22# String used in sidebar 22# String used in sidebar
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 1d29906a3d..9398fd5cb1 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,12 +1,12 @@
1DISTRO : "3.4.2" 1DISTRO : "3.4.3"
2DISTRO_NAME_NO_CAP : "honister" 2DISTRO_NAME_NO_CAP : "honister"
3DISTRO_NAME : "Honister" 3DISTRO_NAME : "Honister"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott"
5DISTRO_NAME_NO_CAP_LTS : "dunfell" 5DISTRO_NAME_NO_CAP_LTS : "dunfell"
6YOCTO_DOC_VERSION : "3.4.2" 6YOCTO_DOC_VERSION : "3.4.3"
7YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5" 7YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5"
8DISTRO_REL_TAG : "yocto-3.4.2" 8DISTRO_REL_TAG : "yocto-3.4.3"
9POKYVERSION : "26.0.2" 9POKYVERSION : "26.0.3"
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 f19fcaf47d..7a71ac4087 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -11,6 +11,7 @@ Release Series 3.4 (honister)
11- :yocto_docs:`3.4 Documentation </3.4>` 11- :yocto_docs:`3.4 Documentation </3.4>`
12- :yocto_docs:`3.4.1 Documentation </3.4.1>` 12- :yocto_docs:`3.4.1 Documentation </3.4.1>`
13- :yocto_docs:`3.4.2 Documentation </3.4.2>` 13- :yocto_docs:`3.4.2 Documentation </3.4.2>`
14- :yocto_docs:`3.4.3 Documentation </3.4.3>`
14 15
15****************************** 16******************************
16Release Series 3.3 (hardknott) 17Release Series 3.3 (hardknott)