diff options
author | 2021-05-06 09:12:08 +0800 | |
---|---|---|
committer | 2021-05-06 11:20:27 +0100 | |
commit | ed4434939c6a1de94dc2f145033d0daeb742af53 (patch) | |
tree | e8f9006d846ca50c951bfd2a93a2ae8e6a4781d6 | |
parent | 1471ca2defa79a4945e08a12d596dba6aa641fb6 (diff) | |
download | poky-ed4434939c6a1de94dc2f145033d0daeb742af53.tar.gz poky-ed4434939c6a1de94dc2f145033d0daeb742af53.tar.bz2 poky-ed4434939c6a1de94dc2f145033d0daeb742af53.zip |
documentation: prepare for 3.2.4 release
Also update documentation to include links to previous releases.
(From yocto-docs rev: 657ce3c16b7ffecd0246b7386b7cb5e0d50ee9fb)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/conf.py | 2 | ||||
-rw-r--r-- | documentation/poky.yaml | 10 | ||||
-rw-r--r-- | documentation/releases.rst | 9 |
3 files changed, 15 insertions, 6 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index eb6c047823..1efd63ca15 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "3.2.3" +current_version = "3.2.4" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 4df23efe17..189f7bec6c 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,11 +1,11 @@ -DISTRO : "3.2.3" +DISTRO : "3.2.4" DISTRO_NAME_NO_CAP : "gatesgarth" DISTRO_NAME : "Gatesgarth" DISTRO_NAME_NO_CAP_MINUS_ONE : "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.2.4" +YOCTO_DOC_VERSION_MINUS_ONE : "3.1.7" +DISTRO_REL_TAG : "yocto-3.2.4" +POKYVERSION : "24.0.4" 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 dbdc173a0f..3e95ab9e23 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -9,6 +9,10 @@ ******************************* - :yocto_docs:`3.2 Documentation </3.2>` +- :yocto_docs:`3.2.1 Documentation </3.2.1>` +- :yocto_docs:`3.2.2 Documentation </3.2.2>` +- :yocto_docs:`3.2.3 Documentation </3.2.3>` +- :yocto_docs:`3.2.4 Documentation </3.2.4>` **************************** 3.1 'dunfell' Release Series @@ -18,6 +22,10 @@ - :yocto_docs:`3.1.1 Documentation </3.1.1>` - :yocto_docs:`3.1.2 Documentation </3.1.2>` - :yocto_docs:`3.1.3 Documentation </3.1.3>` +- :yocto_docs:`3.1.4 Documentation </3.1.4>` +- :yocto_docs:`3.1.5 Documentation </3.1.5>` +- :yocto_docs:`3.1.6 Documentation </3.1.6>` +- :yocto_docs:`3.1.7 Documentation </3.1.7>` ========================== Previous Release Manuals @@ -31,6 +39,7 @@ - :yocto_docs:`3.0.1 Documentation </3.0.1>` - :yocto_docs:`3.0.2 Documentation </3.0.2>` - :yocto_docs:`3.0.3 Documentation </3.0.3>` +- :yocto_docs:`3.0.4 Documentation </3.0.4>` **************************** 2.7 'warrior' Release Series |