releases: update to include 3.3

Adding Hardknott to documentation switcher and release list.

(From yocto-docs rev: d1578f6ae84d0c44c63632bd5f3146653f1310a3)

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Halstead 2021-04-19 13:45:33 -07:00 committed by Richard Purdie
parent 8c5b67bec2
commit 6204a3f5f4
3 changed files with 16 additions and 9 deletions

View File

@ -1,12 +1,12 @@
DISTRO : "3.2.3"
DISTRO_NAME_NO_CAP : "gatesgarth"
DISTRO_NAME : "Gatesgarth"
DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
DISTRO : "3.3"
DISTRO_NAME_NO_CAP : "hardknott"
DISTRO_NAME : "Hardknott"
DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth"
DISTRO_NAME_NO_CAP_LTS : "dunfell"
YOCTO_DOC_VERSION : "3.2.3"
YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6"
DISTRO_REL_TAG : "yocto-3.2.3"
POKYVERSION : "24.0.3"
YOCTO_DOC_VERSION : "3.3"
YOCTO_DOC_VERSION_MINUS_ONE : "3.2.3"
DISTRO_REL_TAG : "yocto-3.3"
POKYVERSION : "25.0.0"
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,12 @@
Current Release Manuals
=========================
*******************************
3.3 'hardknott' Release Series
*******************************
- :yocto_docs:`3.3 Documentation </3.3>`
*******************************
3.2 'gatesgarth' Release Series
*******************************

View File

@ -2,7 +2,8 @@
'use strict';
var all_versions = {
'dev': 'dev (3.3)',
'dev': 'dev (3.4)',
'3.3': '3.3',
'3.2.3': '3.2.3',
'3.1.6': '3.1.6',
'3.0.4': '3.0.4',