[yocto] Minutes: Yocto Project Weekly Triage Meeting 02/06/2023

2023-06-01 Thread sakib.sajal via lists.yoctoproject.org
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Richard Purdie, Steve Sakoman, Stephen Jolley, Bruce Ashfield, Joshua Watt, Trevor Gamblin, Randy Macleod, Alexandre Belloni, Tim Orling, Thomas Roos, Yoann Congal, Michael Opdenacker, Ryan Eatmon *ARs:** * - Trevor to create

[yocto] [yocto-autobuilder2][dunfell] config.py: add fedora37 to workers_prev_releases for dunfell

2023-06-01 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index b64461c..aef76d0 100644 --- a/config.py +++ b/config.py @@ -159,7 +159,7 @@ workers_prev_releases = { "honister" : ("alma8", "centos7", "centos8", "debia

Re: [yocto] Minutes: Yocto Project Weekly Triage Meeting 02/06/2023

2023-06-01 Thread Trevor Gamblin
On 2023-06-01 11:17, Sakib Sajal wrote: *Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Richard Purdie, Steve Sakoman, Stephen Jolley, Bruce Ashfield, Joshua Watt, Trevor Gamblin, Randy Macleod, Alexandre Belloni, Tim Orling, Thomas Roos, Yoann Congal, Michael Opdenacker,

[yocto] NetworkManager recipe installing both sysVinit script and systemd service ... which to use ?

2023-06-01 Thread steve_evers
I have a yocto distro using systemd as the service manager. In adding networkmanager-nmcli (networkmanager_1.32.10.bb) I am getting both a sysVinit network-manager script and its associated rc5 symlink as well as a systemd NetworkService.service installed. The sysVinit network-manager script lau

[yocto] Register out-of-tree fetcher with devtool

2023-06-01 Thread Weihmann, Konrad (Avnet Embedded)
Hi all, we do have an out-of-tree fetcher that I would like to make use of with devtool, for instance for upgrade checking. Within our recipes the fetcher is registered by this workaround python () { import foo bb.fetch2.methods.append(foo.FooFetcher()) } Which isn't the nicest possible