1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

documentation: update for 3.1.15 release

(From yocto-docs rev: 14e7f0c3d8b482e11e9df18364b39019779a619c)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2022-03-08 04:33:28 -10:00
committed by Richard Purdie
parent 52b59e8841
commit 3ec873af83
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import os
import sys import sys
import datetime import datetime
current_version = "3.1.14" current_version = "3.1.15"
bitbake_version = "1.46" bitbake_version = "1.46"
# String used in sidebar # String used in sidebar
+4 -4
View File
@@ -1,11 +1,11 @@
DISTRO : "3.1.14" DISTRO : "3.1.15"
DISTRO_NAME_NO_CAP : "dunfell" DISTRO_NAME_NO_CAP : "dunfell"
DISTRO_NAME : "Dunfell" DISTRO_NAME : "Dunfell"
DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
YOCTO_DOC_VERSION : "3.1.14" YOCTO_DOC_VERSION : "3.1.15"
YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4" YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
DISTRO_REL_TAG : "yocto-3.1.14" DISTRO_REL_TAG : "yocto-3.1.15"
POKYVERSION : "23.0.14" POKYVERSION : "23.0.15"
YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
YOCTO_DL_URL : "https://downloads.yoctoproject.org" YOCTO_DL_URL : "https://downloads.yoctoproject.org"
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"