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

2023-10-24 Thread Richard Purdie
Hi David, Comments below. I did try and sync up with Alex Kanavin so we have a consistent direction. On Tue, 2023-10-24 at 10:16 +0200, David PIERRET wrote: > On Fri, Oct 20, 2023 at 4:57 PM Richard Purdie > wrote: > > > > Hi David, > > > > Thanks for revising this, it is heading in the right

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

2023-10-24 Thread Alexander Kanavin
On Tue, 24 Oct 2023 at 10:17, David Pierret wrote: > The iteration over a list was my first approach, but aborted following > review on patch v1. > The V1 review asked to allow the AUH to accept dynamic layers as parameters. > We maybe misunderstood each other. I would suggest that AUH changes

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

2023-10-24 Thread David Pierret
Hi Richard, Thanks for the review, please find my feedback in follow. On Fri, Oct 20, 2023 at 4:57 PM Richard Purdie wrote: > > Hi David, > > Thanks for revising this, it is heading in the right direction. > > On Fri, 2023-10-20 at 16:05 +0200, David Pierret wrote: > > - Add setup and run

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

2023-10-20 Thread Richard Purdie
Hi David, Thanks for revising this, it is heading in the right direction. On Fri, 2023-10-20 at 16:05 +0200, David Pierret wrote: > - Add setup and run script openembedded specific > - Add job config > > Signed-off-by: David Pierret > --- > config.json | 6 ++ >

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

2023-10-20 Thread David Pierret
- Add setup and run script openembedded specific - Add job config Signed-off-by: David Pierret --- config.json | 6 ++ scripts/run-auh-oe | 45 scripts/setup-auh-oe | 34 + 3 files changed, 85