updates for recent releases

(From yocto-docs rev: 3d0b9af776cd278ca2cb86de9a4aaf0d7ddfa87a)

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:32:45 +01:00 committed by Richard Purdie
parent b8f5107e26
commit 0a39b9d354
2 changed files with 13 additions and 3 deletions

View File

@ -4,6 +4,13 @@
Current Release Manuals
=========================
*******************************
3.4 'honister' Release Series
*******************************
- :yocto_docs:`3.4 Documentation </3.4>`
- :yocto_docs:`3.4.1 Documentation </3.4.1>`
*******************************
3.3 'hardknott' Release Series
*******************************
@ -30,6 +37,7 @@
- :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>`
==========================
Previous Release Manuals

View File

@ -2,9 +2,11 @@
'use strict';
var all_versions = {
'dev': 'dev (3.3)',
'3.2.3': '3.2.3',
'3.1.6': '3.1.6',
'dev': 'dev (3.5)',
'3.4.1': '3.4.1',
'3.3.4': '3.3.4',
'3.2.4': '3.2.4',
'3.1.12': '3.1.12',
'3.0.4': '3.0.4',
'2.7.4': '2.7.4',
};