Re: [yocto] [auh][PATCH] weeklyjob: Add Openembedded update-helper conf

2023-10-11 Thread Richard Purdie
On Wed, 2023-10-11 at 11:02 +0200, Alexander Kanavin wrote: > On Tue, 10 Oct 2023 at 16:59, David Pierret wrote: > > We've chosen to use a template configuration file rather than multiple > > configuration files (1 per meta). The template file contains tags > > between braces that is replaced in t

Re: [yocto] [auh][PATCH] weeklyjob: Add Openembedded update-helper conf

2023-10-11 Thread Alexander Kanavin
On Tue, 10 Oct 2023 at 16:59, David Pierret wrote: > We've chosen to use a template configuration file rather than multiple > configuration files (1 per meta). The template file contains tags > between braces that is replaced in the script using simple `sed` calls. > The meta list to be analyzed i

[yocto] [auh][PATCH] weeklyjob: Add Openembedded update-helper conf

2023-10-10 Thread David Pierret
- Add weeklyjob for openembedded meta - Add upgrade-helper.in config template auto-upgrade-helper script accept configurations to specify the layer to be analyzed. The .in file is modified by sed command to generate the .conf file that match the meta to analyze. We've chosen to use a template con