summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-03-08 04:33:28 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-22 22:32:30 +0000
commit3ec873af83c7b09468605d8aadd0933aecbdb56d (patch)
tree0ae69b7b382c9cfb1eb669d0024de514f2a04f68 /documentation
parent52b59e884110b2d48ad83438eef1fed7a28f01cf (diff)
downloadpoky-3ec873af83c7b09468605d8aadd0933aecbdb56d.tar.gz
documentation: update for 3.1.15 release
(From yocto-docs rev: 14e7f0c3d8b482e11e9df18364b39019779a619c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/poky.yaml8
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 01d5e00c11..4df8f55d17 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.14" 19current_version = "3.1.15"
20bitbake_version = "1.46" 20bitbake_version = "1.46"
21 21
22# String used in sidebar 22# String used in sidebar
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index e37ea420a5..e0f8166f72 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.1.14" 1DISTRO : "3.1.15"
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.14" 5YOCTO_DOC_VERSION : "3.1.15"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
7DISTRO_REL_TAG : "yocto-3.1.14" 7DISTRO_REL_TAG : "yocto-3.1.15"
8POKYVERSION : "23.0.14" 8POKYVERSION : "23.0.15"
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"