Browse Source

set_versions.py: mark Styhead as EoL

Styhead is now EoL, let's remove it from the active releases.

(From yocto-docs rev: f2e3cf2637ce3ed3475faa472b134a29f019681b)

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Quentin Schulz 2 weeks ago
parent
commit
f92147be29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/set_versions.py

+ 1 - 1
documentation/set_versions.py

@@ -26,7 +26,7 @@ ourversion = None
 if len(sys.argv) == 2:
 if len(sys.argv) == 2:
     ourversion = sys.argv[1]
     ourversion = sys.argv[1]
 
 
-activereleases = ["walnascar", "styhead", "scarthgap", "kirkstone"]
+activereleases = ["walnascar", "scarthgap", "kirkstone"]
 devbranch = "whinlatter"
 devbranch = "whinlatter"
 ltsseries = ["scarthgap", "kirkstone"]
 ltsseries = ["scarthgap", "kirkstone"]