updates for recent releases

(From yocto-docs rev: a6b10a8e2491e284e7faf439fa196605ddf40943)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker 2021-12-13 16:17:47 +01:00 committed by Richard Purdie
parent e9d4e26b44
commit ff138c3ae9
4 changed files with 15 additions and 7 deletions

View File

@ -16,7 +16,7 @@ import os
import sys
import datetime
current_version = "3.4"
current_version = "3.4.1"
bitbake_version = "1.52"
# String used in sidebar

View File

@ -1,12 +1,12 @@
DISTRO : "3.4"
DISTRO : "3.4.1"
DISTRO_NAME_NO_CAP : "honister"
DISTRO_NAME : "Honister"
DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott"
DISTRO_NAME_NO_CAP_LTS : "dunfell"
YOCTO_DOC_VERSION : "3.4"
YOCTO_DOC_VERSION : "3.4.1"
YOCTO_DOC_VERSION_MINUS_ONE : "3.3.4"
DISTRO_REL_TAG : "yocto-3.4"
POKYVERSION : "26.0.0"
DISTRO_REL_TAG : "yocto-3.4.1"
POKYVERSION : "26.0.1"
YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"

View File

@ -4,6 +4,13 @@
Supported Release Manuals
===========================
*****************************
Release Series 3.4 (honister)
*****************************
- :yocto_docs:`3.4 Documentation </3.4>`
- :yocto_docs:`3.4.1 Documentation </3.4.1>`
******************************
Release Series 3.3 (hardknott)
******************************
@ -30,6 +37,7 @@ Release Series 3.1 (dunfell)
- :yocto_docs:`3.1.9 Documentation </3.1.9>`
- :yocto_docs:`3.1.10 Documentation </3.1.10>`
- :yocto_docs:`3.1.11 Documentation </3.1.11>`
- :yocto_docs:`3.1.12 Documentation </3.1.12>`
==========================
Outdated Release Manuals

View File

@ -3,10 +3,10 @@
var all_versions = {
'dev': 'dev (3.5)',
'3.4': '3.4',
'3.4.1': '3.4.1',
'3.3.4': '3.3.4',
'3.2.4': '3.2.4',
'3.1.11': '3.1.11',
'3.1.12': '3.1.12',
'3.0.4': '3.0.4',
'2.7.4': '2.7.4',
};