Re: [yocto] [yocto-autobuilder-helper] [PATCH] config.json: Fix check-layer for meta-poky/meta-yocto-bsp

2023-10-28 Thread Richard Purdie
On Sat, 2023-10-28 at 11:10 -0700, Tim Orling wrote: > Steve, > > This needs to be applied to dunfell, kirkstone, mickledore and > nanbield (none of those are performing the correct check now). I've gone ahead and backported this since I've been working on this repo a lot recently. If there are

Re: [yocto] [yocto-autobuilder-helper] [PATCH] config.json: Fix check-layer for meta-poky/meta-yocto-bsp

2023-10-28 Thread Tim Orling
Steve, This needs to be applied to dunfell, kirkstone, mickledore and nanbield (none of those are performing the correct check now). On Sat, Oct 21, 2023 at 2:18 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Currently, the tests for meta-poky and meta-yocto-bsp were

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.29.rc1)

2023-10-28 Thread Steve Sakoman
On Fri, Oct 27, 2023 at 10:30 PM Richard Purdie wrote: > > On Fri, 2023-10-27 at 12:38 -1000, Steve Sakoman wrote: > > There is currently a known reproducibility issue with the vim-common > > package. In my opinion nothing that should hold up the release. > > > > Details: > > > > It seems that

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add se auto-update-helper with list of layer to test

2023-10-28 Thread Matthias Klein
J Viele Grüße, Matthias —- Von unterwegs gesendet Von: yocto@lists.yoctoproject.org im Auftrag von Richard Purdie via lists.yoctoproject.org Gesendet: Saturday, October 28, 2023 10:27:34 AM An: David Pierret ; yocto@lists.yoctoproject.org ; Alexander Kanavin

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.29.rc1)

2023-10-28 Thread Richard Purdie
On Fri, 2023-10-27 at 12:38 -1000, Steve Sakoman wrote: > There is currently a known reproducibility issue with the vim-common > package. In my opinion nothing that should hold up the release. > > Details: > > It seems that the last sstate build of vim was done on an Ubuntu 22.04 > worker and

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-10-28 Thread Richard Purdie
Hi David, On Thu, 2023-10-26 at 15:03 +0200, David Pierret wrote: > - Modify the setup-auh to use repositories cloned by the auto-builder. > Manage the case where meta-openembedded is not used. > > - Modify the run-auh to manage the optional additional layer. > Only 1 layer can be provided.