Message ID | 20250528-walnascar-update-v1-1-9c6750e87e65@bootlin.com |
---|---|
State | New |
Headers | show |
Series | doc: update releases.rst | expand |
Hi Antonin, On 5/28/25 7:45 PM, Antonin Godard via lists.openembedded.org wrote: > Add Walnascar as a supported release manual, and move Styhead to the > outdated release manuals. > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > doc/releases.rst | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/doc/releases.rst b/doc/releases.rst > index 3e8014074..676db66ec 100644 > --- a/doc/releases.rst > +++ b/doc/releases.rst > @@ -4,11 +4,11 @@ > BitBake Supported Release Manuals > ================================= > > -**************************** > -Release Series 5.1 (styhead) > -**************************** > +****************************** > +Release Series 5.2 (walnascar) > +****************************** > > -- :yocto_docs:`BitBake 2.10 User Manual </bitbake/2.10/>` > +- :yocto_docs:`BitBake 2.12 User Manual </bitbake/2.12/>` > > ******************************* > Release Series 5.0 (scarthgap) > @@ -26,6 +26,12 @@ Release Series 4.0 (kirkstone) > BitBake Outdated Release Manuals > ================================ > > +**************************** > +Release Series 5.1 (styhead) > +**************************** > + > +- :yocto_docs:`BitBake 2.10 User Manual </bitbake/2.10/>` > + > ******************************* > Release Series 4.3 (nanbield) > ******************************* > I believe this is handled by the set_versions.py script in yocto-docs? Should we have something similar in bitbake docs as well? This seems like a decent idea considering that it also handles updating switchers.js and that last time we updated it was almost 5 years ago :) Cheers, Quentin
diff --git a/doc/releases.rst b/doc/releases.rst index 3e8014074..676db66ec 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -4,11 +4,11 @@ BitBake Supported Release Manuals ================================= -**************************** -Release Series 5.1 (styhead) -**************************** +****************************** +Release Series 5.2 (walnascar) +****************************** -- :yocto_docs:`BitBake 2.10 User Manual </bitbake/2.10/>` +- :yocto_docs:`BitBake 2.12 User Manual </bitbake/2.12/>` ******************************* Release Series 5.0 (scarthgap) @@ -26,6 +26,12 @@ Release Series 4.0 (kirkstone) BitBake Outdated Release Manuals ================================ +**************************** +Release Series 5.1 (styhead) +**************************** + +- :yocto_docs:`BitBake 2.10 User Manual </bitbake/2.10/>` + ******************************* Release Series 4.3 (nanbield) *******************************
Add Walnascar as a supported release manual, and move Styhead to the outdated release manuals. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- doc/releases.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) --- base-commit: 6e1434d93d489aa4bab07777a7a9dc58ba0ca5a7 change-id: 20250528-walnascar-update-41cabd94a89f Best regards,