mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
b8f5107e26
commit
0a39b9d354
|
@ -4,6 +4,13 @@
|
||||||
Current Release Manuals
|
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
|
3.3 'hardknott' Release Series
|
||||||
*******************************
|
*******************************
|
||||||
|
@ -30,6 +37,7 @@
|
||||||
- :yocto_docs:`3.1.9 Documentation </3.1.9>`
|
- :yocto_docs:`3.1.9 Documentation </3.1.9>`
|
||||||
- :yocto_docs:`3.1.10 Documentation </3.1.10>`
|
- :yocto_docs:`3.1.10 Documentation </3.1.10>`
|
||||||
- :yocto_docs:`3.1.11 Documentation </3.1.11>`
|
- :yocto_docs:`3.1.11 Documentation </3.1.11>`
|
||||||
|
- :yocto_docs:`3.1.12 Documentation </3.1.12>`
|
||||||
|
|
||||||
==========================
|
==========================
|
||||||
Previous Release Manuals
|
Previous Release Manuals
|
||||||
|
|
|
@ -2,9 +2,11 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var all_versions = {
|
var all_versions = {
|
||||||
'dev': 'dev (3.3)',
|
'dev': 'dev (3.5)',
|
||||||
'3.2.3': '3.2.3',
|
'3.4.1': '3.4.1',
|
||||||
'3.1.6': '3.1.6',
|
'3.3.4': '3.3.4',
|
||||||
|
'3.2.4': '3.2.4',
|
||||||
|
'3.1.12': '3.1.12',
|
||||||
'3.0.4': '3.0.4',
|
'3.0.4': '3.0.4',
|
||||||
'2.7.4': '2.7.4',
|
'2.7.4': '2.7.4',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user