diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-23 09:32:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-25 15:31:57 +0100 |
commit | ee328fe0bceb6f2a380b6aad89cd1f81329198a5 (patch) | |
tree | b0ceeb10479398c0eca4375729a44798b5d1ac1e /documentation | |
parent | e2f65cb9b1ce9a8c4bc7316e776158189d2e618f (diff) | |
download | poky-ee328fe0bceb6f2a380b6aad89cd1f81329198a5.tar.gz |
ref-manual: release-process: refresh the current LTS releases
Mention that Scarthgap the latest LTS in a bullet list next to
Kirkstone. Reword the parapraph a bit to make it clearer after this
change.
Reviewed-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
(From yocto-docs rev: afeded9939777d88bf4cb9ebf7a61aadd476642d)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/release-process.rst | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index 920794679d..75532addbd 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -103,13 +103,16 @@ have reached their End of Life (EOL) won't receive such updates. | |||
103 | 103 | ||
104 | This started with version 3.1 ("Dunfell"), released in April 2020, which | 104 | This started with version 3.1 ("Dunfell"), released in April 2020, which |
105 | the project initially committed to supporting for two years, but this duration | 105 | the project initially committed to supporting for two years, but this duration |
106 | was later extended to four years. Similarly, the following :term:`LTS` release, | 106 | was later extended to four years. |
107 | version 4.0 ("Kirkstone"), was released two years later in May 2022 and the | ||
108 | project committed to supporting it for four years too. | ||
109 | 107 | ||
110 | Therefore, a new :term:`LTS` release is made every two years and is supported | 108 | A new :term:`LTS` release is made every two years and is supported for four |
111 | for four years. This offers more stability to project users and leaves more | 109 | years. This offers more stability to project users and leaves more time to |
112 | time to upgrade to the following :term:`LTS` release. | 110 | upgrade to the following :term:`LTS` release. |
111 | |||
112 | The currently supported :term:`LTS` releases are: | ||
113 | |||
114 | - Version 5.0 ("Scarthgap"), released in April 2024 and supported until April 2028. | ||
115 | - Version 4.0 ("Kirkstone"), released in May 2022 and supported until May 2026. | ||
113 | 116 | ||
114 | See :yocto_wiki:`/Stable_Release_and_LTS` for details about the management | 117 | See :yocto_wiki:`/Stable_Release_and_LTS` for details about the management |
115 | of stable and :term:`LTS` releases. | 118 | of stable and :term:`LTS` releases. |