All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] toaster: update fixtures
@ 2022-11-13 23:30 Tim Orling
  2022-11-13 23:30 ` [PATCH 1/3] toaster: fixtures/README: django 1.8 -> 3.2 Tim Orling
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tim Orling @ 2022-11-13 23:30 UTC (permalink / raw)
  To: bitbake-devel, toaster

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(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-13 23:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-13 23:30 [PATCH 0/3] toaster: update fixtures Tim Orling
2022-11-13 23:30 ` [PATCH 1/3] toaster: fixtures/README: django 1.8 -> 3.2 Tim Orling
2022-11-13 23:30 ` [PATCH 2/3] toaster: fixtures/gen_fixtures.py: update branches Tim Orling
2022-11-13 23:30 ` [PATCH 3/3] toaster: Add refreshed oe-core and poky fixtures Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.