mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
ac4a58aa7d
commit
f92147be29
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user