From 6204a3f5f45d785030b2256d584acb10d7f2bc0d Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Mon, 19 Apr 2021 13:45:33 -0700 Subject: releases: update to include 3.3 Adding Hardknott to documentation switcher and release list. (From yocto-docs rev: d1578f6ae84d0c44c63632bd5f3146653f1310a3) Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- documentation/poky.yaml | 16 ++++++++-------- documentation/releases.rst | 6 ++++++ documentation/sphinx-static/switchers.js | 3 ++- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 8ccb359e0f..22706a0fb6 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,12 +1,12 @@ -DISTRO : "3.2.3" -DISTRO_NAME_NO_CAP : "gatesgarth" -DISTRO_NAME : "Gatesgarth" -DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" +DISTRO : "3.3" +DISTRO_NAME_NO_CAP : "hardknott" +DISTRO_NAME : "Hardknott" +DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" DISTRO_NAME_NO_CAP_LTS : "dunfell" -YOCTO_DOC_VERSION : "3.2.3" -YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6" -DISTRO_REL_TAG : "yocto-3.2.3" -POKYVERSION : "24.0.3" +YOCTO_DOC_VERSION : "3.3" +YOCTO_DOC_VERSION_MINUS_ONE : "3.2.3" +DISTRO_REL_TAG : "yocto-3.3" +POKYVERSION : "25.0.0" 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 6a65b9fb34..e8258f6a15 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -4,6 +4,12 @@ Current Release Manuals ========================= +******************************* +3.3 'hardknott' Release Series +******************************* + +- :yocto_docs:`3.3 Documentation ` + ******************************* 3.2 'gatesgarth' Release Series ******************************* diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 7a4edc9e77..96efab2e84 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.3)', + 'dev': 'dev (3.4)', + '3.3': '3.3', '3.2.3': '3.2.3', '3.1.6': '3.1.6', '3.0.4': '3.0.4', -- cgit v1.2.3-54-g00ecf