diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-09-01 16:04:53 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-01 16:28:04 +0100 |
| commit | 52994ada6e6bd408baac6f03ff94568881f69942 (patch) | |
| tree | b3a4662b99ed9d58d648989fcd5c29dc7495bf10 | |
| parent | 390e4422e61f56446b0fa6bbcc9823f8d4f0f606 (diff) | |
| download | poky-52994ada6e6bd408baac6f03ff94568881f69942.tar.gz | |
documentation: prepare for 3.3.3 release
Also add a link for documentation to just release 3.1.10 release.
(From yocto-docs rev: d890e8fcf0c43ea911c04e84b80c250432236010)
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 | 8 | ||||
| -rw-r--r-- | documentation/releases.rst | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index ab8d3b94d1..d1c08a9c98 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
| @@ -16,7 +16,7 @@ import os | |||
| 16 | import sys | 16 | import sys |
| 17 | import datetime | 17 | import datetime |
| 18 | 18 | ||
| 19 | current_version = "3.3.2" | 19 | current_version = "3.3.3" |
| 20 | 20 | ||
| 21 | # String used in sidebar | 21 | # String used in sidebar |
| 22 | version = 'Version: ' + current_version | 22 | version = 'Version: ' + current_version |
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index bf211e310a..02c9bf3dcb 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | DISTRO : "3.3.2" | 1 | DISTRO : "3.3.3" |
| 2 | DISTRO_NAME_NO_CAP : "hardknott" | 2 | DISTRO_NAME_NO_CAP : "hardknott" |
| 3 | DISTRO_NAME : "Hardknott" | 3 | DISTRO_NAME : "Hardknott" |
| 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" |
| 5 | DISTRO_NAME_NO_CAP_LTS : "gatesgarth" | 5 | DISTRO_NAME_NO_CAP_LTS : "gatesgarth" |
| 6 | YOCTO_DOC_VERSION : "3.3.2" | 6 | YOCTO_DOC_VERSION : "3.3.3" |
| 7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" | 7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" |
| 8 | DISTRO_REL_TAG : "yocto-3.3.2" | 8 | DISTRO_REL_TAG : "yocto-3.3.3" |
| 9 | POKYVERSION : "25.0.2" | 9 | POKYVERSION : "25.0.3" |
| 10 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" | 10 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" |
| 11 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | 11 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" |
| 12 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" | 12 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" |
diff --git a/documentation/releases.rst b/documentation/releases.rst index 08f9491300..2b17cd6359 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | - :yocto_docs:`3.3 Documentation </3.3>` | 11 | - :yocto_docs:`3.3 Documentation </3.3>` |
| 12 | - :yocto_docs:`3.3.1 Documentation </3.3.1>` | 12 | - :yocto_docs:`3.3.1 Documentation </3.3.1>` |
| 13 | - :yocto_docs:`3.3.2 Documentation </3.3.2>` | 13 | - :yocto_docs:`3.3.2 Documentation </3.3.2>` |
| 14 | - :yocto_docs:`3.3.3 Documentation </3.3.3>` | ||
| 14 | 15 | ||
| 15 | 16 | ||
| 16 | ******************************* | 17 | ******************************* |
| @@ -37,6 +38,7 @@ | |||
| 37 | - :yocto_docs:`3.1.7 Documentation </3.1.7>` | 38 | - :yocto_docs:`3.1.7 Documentation </3.1.7>` |
| 38 | - :yocto_docs:`3.1.8 Documentation </3.1.8>` | 39 | - :yocto_docs:`3.1.8 Documentation </3.1.8>` |
| 39 | - :yocto_docs:`3.1.9 Documentation </3.1.9>` | 40 | - :yocto_docs:`3.1.9 Documentation </3.1.9>` |
| 41 | - :yocto_docs:`3.1.10 Documentation </3.1.10>` | ||
| 40 | 42 | ||
| 41 | ========================== | 43 | ========================== |
| 42 | Previous Release Manuals | 44 | Previous Release Manuals |
