mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
Revert "set_versions/switchers: Drop versions shown to the active releases"
This reverts commit bf4e51fe5f
.
This commit is contained in:
parent
13217f8b82
commit
49a411edd4
|
@ -23,7 +23,7 @@ ourversion = None
|
|||
if len(sys.argv) == 2:
|
||||
ourversion = sys.argv[1]
|
||||
|
||||
activereleases = ["honister", "hardknott", "dunfell"]
|
||||
activereleases = ["honister", "hardknott", "gatesgarth", "dunfell", "zeus", "warrior"]
|
||||
#devbranch = "langdale"
|
||||
devbranch = "kirkstone"
|
||||
ltsseries = ["kirkstone", "dunfell"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user