Message ID | 20220401022955.5447-1-anuj.mittal@intel.com |
---|---|
State | New |
Headers | show |
Series | [hardknott] documentation: prepare for 3.3.6 release | expand |
Hi Anuj On 4/1/22 04:29, Anuj Mittal wrote: > Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> > --- > documentation/conf.py | 2 +- > documentation/poky.yaml | 8 ++++---- > documentation/releases.rst | 5 ++++- > 3 files changed, 9 insertions(+), 6 deletions(-) > > diff --git a/documentation/conf.py b/documentation/conf.py > index fc064bf32..e7c2e502f 100644 > --- a/documentation/conf.py > +++ b/documentation/conf.py > @@ -16,7 +16,7 @@ import os > import sys > import datetime > > -current_version = "3.3.5" > +current_version = "3.3.6" > bitbake_version = "1.50" > > # String used in sidebar > diff --git a/documentation/poky.yaml b/documentation/poky.yaml > index 32849bc70..769a981b6 100644 > --- a/documentation/poky.yaml > +++ b/documentation/poky.yaml > @@ -1,12 +1,12 @@ > -DISTRO : "3.3.5" > +DISTRO : "3.3.6" > DISTRO_NAME_NO_CAP : "hardknott" > DISTRO_NAME : "Hardknott" > DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" > DISTRO_NAME_NO_CAP_LTS : "gatesgarth" > -YOCTO_DOC_VERSION : "3.3.5" > +YOCTO_DOC_VERSION : "3.3.6" > YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" > -DISTRO_REL_TAG : "yocto-3.3.5" > -POKYVERSION : "25.0.5" > +DISTRO_REL_TAG : "yocto-3.3.6" > +POKYVERSION : "25.0.6" > 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 1fb6054bc..233448c68 100644 > --- a/documentation/releases.rst > +++ b/documentation/releases.rst > @@ -10,7 +10,8 @@ > > - :yocto_docs:`3.4 Documentation </3.4>` > - :yocto_docs:`3.4.1 Documentation </3.4.1>` > -- :yocto_docs:`3.4.1 Documentation </3.4.2>` > +- :yocto_docs:`3.4.2 Documentation </3.4.2>` > +- :yocto_docs:`3.4.3 Documentation </3.4.3>` > > ******************************* > 3.3 'hardknott' Release Series > @@ -22,6 +23,7 @@ > - :yocto_docs:`3.3.3 Documentation </3.3.3>` > - :yocto_docs:`3.3.4 Documentation </3.3.4>` > - :yocto_docs:`3.3.5 Documentation </3.3.5>` > +- :yocto_docs:`3.3.6 Documentation </3.3.6>` > > **************************** > 3.1 'dunfell' Release Series > @@ -42,6 +44,7 @@ > - :yocto_docs:`3.1.12 Documentation </3.1.12>` > - :yocto_docs:`3.1.13 Documentation </3.1.13>` > - :yocto_docs:`3.1.14 Documentation </3.1.14>` > +- :yocto_docs:`3.1.15 Documentation </3.1.15>` > > ========================== > Previous Release Manuals Thanks for the update. Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> ... and merged into the hardknott branch. Cheers Michael.
diff --git a/documentation/conf.py b/documentation/conf.py index fc064bf32..e7c2e502f 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "3.3.5" +current_version = "3.3.6" bitbake_version = "1.50" # String used in sidebar diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 32849bc70..769a981b6 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,12 +1,12 @@ -DISTRO : "3.3.5" +DISTRO : "3.3.6" DISTRO_NAME_NO_CAP : "hardknott" DISTRO_NAME : "Hardknott" DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" DISTRO_NAME_NO_CAP_LTS : "gatesgarth" -YOCTO_DOC_VERSION : "3.3.5" +YOCTO_DOC_VERSION : "3.3.6" YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" -DISTRO_REL_TAG : "yocto-3.3.5" -POKYVERSION : "25.0.5" +DISTRO_REL_TAG : "yocto-3.3.6" +POKYVERSION : "25.0.6" 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 1fb6054bc..233448c68 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -10,7 +10,8 @@ - :yocto_docs:`3.4 Documentation </3.4>` - :yocto_docs:`3.4.1 Documentation </3.4.1>` -- :yocto_docs:`3.4.1 Documentation </3.4.2>` +- :yocto_docs:`3.4.2 Documentation </3.4.2>` +- :yocto_docs:`3.4.3 Documentation </3.4.3>` ******************************* 3.3 'hardknott' Release Series @@ -22,6 +23,7 @@ - :yocto_docs:`3.3.3 Documentation </3.3.3>` - :yocto_docs:`3.3.4 Documentation </3.3.4>` - :yocto_docs:`3.3.5 Documentation </3.3.5>` +- :yocto_docs:`3.3.6 Documentation </3.3.6>` **************************** 3.1 'dunfell' Release Series @@ -42,6 +44,7 @@ - :yocto_docs:`3.1.12 Documentation </3.1.12>` - :yocto_docs:`3.1.13 Documentation </3.1.13>` - :yocto_docs:`3.1.14 Documentation </3.1.14>` +- :yocto_docs:`3.1.15 Documentation </3.1.15>` ========================== Previous Release Manuals
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> --- documentation/conf.py | 2 +- documentation/poky.yaml | 8 ++++---- documentation/releases.rst | 5 ++++- 3 files changed, 9 insertions(+), 6 deletions(-)