From b5e634644b69a968a93aad0dd0502cf479d3973a Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Wed, 20 Jan 2021 13:37:49 -0800 Subject: releases: conf: add link to 3.1.5, update to include 3.2.1 & 3.1.5 (From yocto-docs rev: 5c94f8183733bf266cd6153434b5eed22d1914c6) Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- documentation/poky.yaml | 10 +++++----- documentation/releases.rst | 1 + documentation/sphinx-static/switchers.js | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/documentation/poky.yaml b/documentation/poky.yaml index c1340c25ec..697c7b38d6 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,12 +1,12 @@ -DISTRO : "3.2" +DISTRO : "3.2.1" DISTRO_NAME_NO_CAP : "gatesgarth" DISTRO_NAME : "Gatesgarth" DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" DISTRO_NAME_NO_CAP_LTS : "dunfell" -YOCTO_DOC_VERSION : "3.2" -YOCTO_DOC_VERSION_MINUS_ONE : "3.1.4" -DISTRO_REL_TAG : "yocto-3.2" -POKYVERSION : "24.0.0" +YOCTO_DOC_VERSION : "3.2.1" +YOCTO_DOC_VERSION_MINUS_ONE : "3.1.5" +DISTRO_REL_TAG : "yocto-3.2.1" +POKYVERSION : "24.0.1" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" YOCTO_DL_URL : "https://downloads.yoctoproject.org" YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" diff --git a/documentation/releases.rst b/documentation/releases.rst index b409072021..e2ee3b0879 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -20,6 +20,7 @@ - :yocto_docs:`3.1.2 Documentation ` - :yocto_docs:`3.1.3 Documentation ` - :yocto_docs:`3.1.4 Documentation ` +- :yocto_docs:`3.1.5 Documentation ` ========================== Previous Release Manuals diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 754de2e6af..a997489aae 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -4,7 +4,7 @@ var all_versions = { 'dev': 'dev (3.3)', '3.2.1': '3.2.1', - '3.1.4': '3.1.4', + '3.1.5': '3.1.5', '3.0.4': '3.0.4', '2.7.4': '2.7.4', }; -- cgit v1.2.3-54-g00ecf