1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

documentation: further updates for 3.1.13

(From yocto-docs rev: 89323c1df4f8026ed67fc9eccfee516f7735c267)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2022-01-03 18:06:38 +01:00
committed by Richard Purdie
parent 56e9d560b0
commit ee0220a2bb
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.12" current_version = "3.1.13"
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.12" DISTRO : "3.1.13"
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.12" YOCTO_DOC_VERSION : "3.1.13"
YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4" YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
DISTRO_REL_TAG : "yocto-3.1.12" DISTRO_REL_TAG : "yocto-3.1.13"
POKYVERSION : "23.0.12" POKYVERSION : "23.0.13"
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"