mbox

[0/3] toaster: update fixtures

Message ID cover.1668381699.git.tim.orling@konsulko.com
State New
Headers show

Pull-request

https://git.openembedded.org/bitbake-contrib timo/2.2-toaster-fixtures-v2

Message

Tim Orling Nov. 13, 2022, 11:30 p.m. UTC
This series updates the lib/toaster/orm/fixtures to the currently supported releases.
Dunfell is commented out in gen_fixtures.py because it currently crashes:
  Bitbake crash
  Traceback (most recent call last):
    File "/home/usersetup/poky/bitbake/lib/bb/ui/toasterui.py", line 337, in main
      buildinfohelper.update_and_store_task(event)
    File "/home/usersetup/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 1267, in update_and_store_task
      assert identifier in self.internal_state['taskdata']
  AssertionError

  If you want to try dunfell see: 
     https://git.yoctoproject.org/poky-contrib/log/?h=timo/toaster-fixtures
     https://git.openembedded.org/bitbake-contrib timo/2.2-toaster-fixtures

The following changes since commit 94e49b9b9e409c29eb04603b1305d96ebe661a4b:

  data_smart: allow python snippets to include a dictionary (2022-11-10 14:43:03 +0000)

are available in the Git repository at:

  https://git.openembedded.org/bitbake-contrib timo/2.2-toaster-fixtures-v2
  http://cgit.openembedded.org/bitbake-contrib/log/?h=timo/2.2-toaster-fixtures-v2

Tim Orling (3):
  toaster: fixtures/README: django 1.8 -> 3.2
  toaster: fixtures/gen_fixtures.py: update branches
  toaster: Add refreshed oe-core and poky fixtures

 lib/toaster/orm/fixtures/README          |  2 +-
 lib/toaster/orm/fixtures/gen_fixtures.py | 19 ++++--
 lib/toaster/orm/fixtures/oe-core.xml     | 30 +++------
 lib/toaster/orm/fixtures/poky.xml        | 80 +++++-------------------
 4 files changed, 39 insertions(+), 92 deletions(-)