1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00: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:
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
+5 -3
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',
};