1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

docs: set_versions.py: remove honister from active releases list

Honister 3.4.4 is the last release of the series and the series is now
considered obsolete.

Let's remove honister from the list of active releases.

Cc: Quentin Schulz <foss+yocto@0leil.net>
(From yocto-docs rev: 9e90f446b16e64138ad8556de428552cac13dcc4)

Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Quentin Schulz
2022-06-02 15:02:38 +02:00
committed by Richard Purdie
parent 35509661a7
commit e8f5501d5c
+1 -1
View File
@@ -23,7 +23,7 @@ ourversion = None
if len(sys.argv) == 2:
ourversion = sys.argv[1]
activereleases = ["kirkstone", "honister", "dunfell"]
activereleases = ["kirkstone", "dunfell"]
devbranch = "langdale"
ltsseries = ["kirkstone", "dunfell"]