mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
8c5b67bec2
commit
6204a3f5f4
|
@ -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"
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
Current Release Manuals
|
||||
=========================
|
||||
|
||||
*******************************
|
||||
3.3 'hardknott' Release Series
|
||||
*******************************
|
||||
|
||||
- :yocto_docs:`3.3 Documentation </3.3>`
|
||||
|
||||
*******************************
|
||||
3.2 'gatesgarth' Release Series
|
||||
*******************************
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user