Re: [bitbake-devel] [PATCH] toaster: sync release list for Toaster, test, and Layer Index
Richard Purdie <[email protected]> Fri, 12 Jun 2026 09:48:58 +0100
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <bd1b5bcaaa13ee58f3b04b1daaa883b2733cee59.camel@linuxfoundation.org> |
On Thu, 2026-06-11 at 22:57 +0000, Reyna, David via lists.openembedded.org wrote: > From 21858028a7448ff2d92e388f96da7127cfd7048e Mon Sep 17 00:00:00 2001 > From: David Reyna mailto:[email protected] > Date: Thu, 11 Jun 2026 14:55:37 -0700 > Subject: [PATCH] toaster: sync release list for Toaster, test, and Layer Index > > Details: > * check_fixtures.py: ignore releases not yet in Layer Index (e.g. 'blacksail') > * gen_fixtures.py: also sync 'test_create_new_project.py' > * test_create_new_project.py: now a generated release list, in slot order > * toaster: remove 'exit()' from this sourced script > > [YOCTO #16280] > > Signed-off-by: David Reyna mailto:[email protected] > --- > bin/toaster | 2 +- > lib/toaster/orm/fixtures/check_fixtures.py | 55 ++++++++++---- > lib/toaster/orm/fixtures/gen_fixtures.py | 74 +++++++++++++++++-- > .../functional/test_create_new_project.py | 49 ++++++------ > 4 files changed, 133 insertions(+), 47 deletions(-) Thanks David! I've been meaning to try and do something about the fixture dependant tests for a while so this is great to see :) (also fixing the autobuilder warning which I've been trying to get to) Very much appreciated. Cheers, Richard