diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-05-15 14:29:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-19 15:54:10 +0100 |
commit | f92147be29c14e1257c78c5c48de0d2e5d2f6c3c (patch) | |
tree | 511aad5bb9c5715f5675e151f6ee8ce8bb4b62e4 | |
parent | ac4a58aa7d749941ca89d13cbd1801d98d260e96 (diff) | |
download | poky-f92147be29c14e1257c78c5c48de0d2e5d2f6c3c.tar.gz |
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>
-rwxr-xr-x | documentation/set_versions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/set_versions.py b/documentation/set_versions.py index 7f5810a314..b8dd4b1b90 100755 --- a/documentation/set_versions.py +++ b/documentation/set_versions.py | |||
@@ -26,7 +26,7 @@ ourversion = None | |||
26 | if len(sys.argv) == 2: | 26 | if len(sys.argv) == 2: |
27 | ourversion = sys.argv[1] | 27 | ourversion = sys.argv[1] |
28 | 28 | ||
29 | activereleases = ["walnascar", "styhead", "scarthgap", "kirkstone"] | 29 | activereleases = ["walnascar", "scarthgap", "kirkstone"] |
30 | devbranch = "whinlatter" | 30 | devbranch = "whinlatter" |
31 | ltsseries = ["scarthgap", "kirkstone"] | 31 | ltsseries = ["scarthgap", "kirkstone"] |
32 | 32 | ||