1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

documentation: update for 3.1.14 release

(From yocto-docs rev: 1617120ac3a8fd0af1ba42319198f1677de4596e)

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-01-20 11:57:18 -10:00
committed by Richard Purdie
parent 7f93b8dff5
commit 3d5dd4dd8d
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.13" current_version = "3.1.14"
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.13" DISTRO : "3.1.14"
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.13" YOCTO_DOC_VERSION : "3.1.14"
YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4" YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
DISTRO_REL_TAG : "yocto-3.1.13" DISTRO_REL_TAG : "yocto-3.1.14"
POKYVERSION : "23.0.13" POKYVERSION : "23.0.14"
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"