Re: [yocto-patches] [PATCH yocto-autobuilder2] schedulers: Switch meta-agl to unagi branch for scarthgap
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <359cd363e6d79716d2d9cf2b960f27ec2c33ac0e.camel@linuxfoundation.org> |
On Mon, 2026-06-15 at 11:52 +0200, Yoann Congal via lists.yoctoproject.org wrote: > On Mon Jun 15, 2026 at 11:38 AM CEST, Mathieu Dubois-Briand via lists.yoctoproject.org wrote: > > Signed-off-by: Mathieu Dubois-Briand <[email protected]> > > --- > > schedulers.py | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/schedulers.py b/schedulers.py > > index 0f41bd0c7ca6..e5f0684fcb34 100644 > > --- a/schedulers.py > > +++ b/schedulers.py > > @@ -161,7 +161,7 @@ branchdefaults = { > > 'scarthgap': { > > 'branch': 'scarthgap', > > 'branch_bitbake': '2.8', > > - 'branch_meta-agl': 'master', > > + 'branch_meta-agl': 'unagi', > > This looks correct but note that I don't test/use this anywhere on normal > builds. There are automatically scheduled jobs that do test yocto-check-layer with it on scarthgap though. Cheers, Richard