mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
updates for recent releases
(From yocto-docs rev: a6b10a8e2491e284e7faf439fa196605ddf40943) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
e9d4e26b44
commit
ff138c3ae9
|
|
@ -16,7 +16,7 @@ import os
|
|||
import sys
|
||||
import datetime
|
||||
|
||||
current_version = "3.4"
|
||||
current_version = "3.4.1"
|
||||
bitbake_version = "1.52"
|
||||
|
||||
# String used in sidebar
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
DISTRO : "3.4"
|
||||
DISTRO : "3.4.1"
|
||||
DISTRO_NAME_NO_CAP : "honister"
|
||||
DISTRO_NAME : "Honister"
|
||||
DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott"
|
||||
DISTRO_NAME_NO_CAP_LTS : "dunfell"
|
||||
YOCTO_DOC_VERSION : "3.4"
|
||||
YOCTO_DOC_VERSION : "3.4.1"
|
||||
YOCTO_DOC_VERSION_MINUS_ONE : "3.3.4"
|
||||
DISTRO_REL_TAG : "yocto-3.4"
|
||||
POKYVERSION : "26.0.0"
|
||||
DISTRO_REL_TAG : "yocto-3.4.1"
|
||||
POKYVERSION : "26.0.1"
|
||||
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,13 @@
|
|||
Supported Release Manuals
|
||||
===========================
|
||||
|
||||
*****************************
|
||||
Release Series 3.4 (honister)
|
||||
*****************************
|
||||
|
||||
- :yocto_docs:`3.4 Documentation </3.4>`
|
||||
- :yocto_docs:`3.4.1 Documentation </3.4.1>`
|
||||
|
||||
******************************
|
||||
Release Series 3.3 (hardknott)
|
||||
******************************
|
||||
|
|
@ -30,6 +37,7 @@ Release Series 3.1 (dunfell)
|
|||
- :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>`
|
||||
|
||||
==========================
|
||||
Outdated Release Manuals
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
var all_versions = {
|
||||
'dev': 'dev (3.5)',
|
||||
'3.4': '3.4',
|
||||
'3.4.1': '3.4.1',
|
||||
'3.3.4': '3.3.4',
|
||||
'3.2.4': '3.2.4',
|
||||
'3.1.11': '3.1.11',
|
||||
'3.1.12': '3.1.12',
|
||||
'3.0.4': '3.0.4',
|
||||
'2.7.4': '2.7.4',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user