diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-11-13 15:30:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-14 16:23:56 +0000 |
commit | 574eccf19ad7bfad6a941e35c5b01f2edd99a662 (patch) | |
tree | d421698418bbcd6aa120732c9343802eb25e3b28 /bitbake | |
parent | 1c95f84c0c125224fe4c5469a109d5e1247e5a5c (diff) | |
download | poky-574eccf19ad7bfad6a941e35c5b01f2edd99a662.tar.gz |
bitbake: toaster: fixtures/gen_fixtures.py: update branches
Drop Honister and Hardknott as they are both EOL
Add Langdale as it is the latest stable release
Add comment about Dunfell (currently crashing)
(Bitbake rev: e060daae28529c25968cacc5536a1034e1e1c030)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-x | bitbake/lib/toaster/orm/fixtures/gen_fixtures.py | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py b/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py index 0d5f4533bf..ad20d6bdd5 100755 --- a/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py +++ b/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py | |||
@@ -35,17 +35,26 @@ verbose = False | |||
35 | # [Codename, Yocto Project Version, Release Date, Current Version, Support Level, Poky Version, BitBake branch] | 35 | # [Codename, Yocto Project Version, Release Date, Current Version, Support Level, Poky Version, BitBake branch] |
36 | current_releases = [ | 36 | current_releases = [ |
37 | # Release slot #1 | 37 | # Release slot #1 |
38 | ['Kirkstone','3.5','April 2022','','Future - Long Term Support (until Apr. 2024)','27.0','1.54'], | 38 | ['Kirkstone','4.0','April 2022','4.0.5 (October 2022)','Stable - Long Term Support (until Apr. 2024)','','2.0'], |
39 | # ['Dunfell','3.1','April 2021','3.1.5 (March 2022)','Stable - Support for 13 months (until Apr. 2022)','23.0','1.46'], | ||
40 | # Release slot #2 'local' | 39 | # Release slot #2 'local' |
41 | ['HEAD','HEAD','','Local Yocto Project','HEAD','','HEAD'], | 40 | ['HEAD','HEAD','','Local Yocto Project','HEAD','','HEAD'], |
42 | # Release slot #3 'master' | 41 | # Release slot #3 'master' |
43 | ['Master','master','','Yocto Project master','master','','master'], | 42 | ['Master','master','','Yocto Project master','master','','master'], |
44 | # Release slot #4 | 43 | # Release slot #4 |
45 | ['Honister','3.4','October 2021','3.4.2 (February 2022)','Support for 7 months (until May 2022)','26.0','1.52'], | 44 | ['Langdale','4.1','October 2022','4.1.1 (November 2022)','Support for 7 months (until May 2023)','','2.2'], |
46 | # ['Gatesgarth','3.2','Oct 2020','3.2.4 (May 2021)','EOL','24.0','1.48'], | 45 | # ['Honister','3.4','October 2021','3.4.2 (February 2022)','Support for 7 months (until May 2022)','26.0','1.52'], |
46 | # ['Gatesgarth','3.2','Oct 2020','3.2.4 (May 2021)','EOL','24.0','1.48'], | ||
47 | # Optional Release slot #4 | 47 | # Optional Release slot #4 |
48 | ['Hardknott','3.3','April 2021','3.3.5 (March 2022)','Stable - Support for 13 months (until Apr. 2022)','25.0','1.50'], | 48 | # 'dunfell' seems to have a bug: |
49 | # Bitbake crash | ||
50 | # Traceback (most recent call last): | ||
51 | # File "/home/usersetup/poky/bitbake/lib/bb/ui/toasterui.py", line 337, in main | ||
52 | # buildinfohelper.update_and_store_task(event) | ||
53 | # File "/home/usersetup/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 1267, in update_and_store_task | ||
54 | # assert identifier in self.internal_state['taskdata'] | ||
55 | # AssertionError | ||
56 | # ['Dunfell','3.1','April 2021','3.1.20 (October 2022)','Stable - Long Term Support (until Apr. 2024)','23.0','1.46'], | ||
57 | # ['Hardknott','3.3','April 2021','3.3.5 (March 2022)','Stable - Support for 13 months (until Apr. 2022)','25.0','1.50'], | ||
49 | ] | 58 | ] |
50 | 59 | ||
51 | default_poky_layers = [ | 60 | default_poky_layers = [ |