Re: [OE-core] [PATCH 2/4] scons.bbclass: use python3-scons

2019-06-22 Thread Khem Raj
On Sat, Jun 22, 2019 at 1:58 AM Adrian Bunk wrote: > On Thu, Jun 20, 2019 at 09:27:15PM -0600, Khem Raj wrote: > > On Thu, Jun 20, 2019 at 6:18 PM Tim Orling wrote: > >... > > > Latest mongo release appears to be 4.3.0 and appears to support > python3: > > > > > > > > > >

Re: [OE-core] [PATCH v2] oe_syslog.py: Handle syslogd/klogd restart race

2019-06-22 Thread Jon Mason
On Sat, Jun 22, 2019 at 4:08 AM Richard Purdie wrote: > > On Fri, 2019-06-21 at 15:27 -0400, Jon Mason wrote: > > syslogd and klogd can occasionally take too long to restart, which > > causes tests to fail by starting before the log daemons are ready. To > > work around this problem, poll for up

Re: [OE-core] [RFC][PATCH] systemd: Remove clearly incorrect musl patches

2019-06-22 Thread Adrian Bunk
On Thu, Jun 20, 2019 at 11:09:39AM -0600, Khem Raj wrote: >... > musl has provided a lot of good cleanup patches for systemd so this is > not a wasted > effort even if upstream systemd does not officially support anything > besides glibc. >... I have yet to see a patch that provides actual

Re: [OE-core] [PATCH v2] oe_syslog.py: Handle syslogd/klogd restart race

2019-06-22 Thread Richard Purdie
On Sat, 2019-06-22 at 09:12 +0100, Richard Purdie wrote: > On Sat, 2019-06-22 at 09:08 +0100, Richard Purdie wrote: > > On Fri, 2019-06-21 at 15:27 -0400, Jon Mason wrote: > > > syslogd and klogd can occasionally take too long to restart, > > > which > > > causes tests to fail by starting before

Re: [OE-core] [PATCH 2/4] scons.bbclass: use python3-scons

2019-06-22 Thread Adrian Bunk
On Thu, Jun 20, 2019 at 09:27:15PM -0600, Khem Raj wrote: > On Thu, Jun 20, 2019 at 6:18 PM Tim Orling wrote: >... > > Latest mongo release appears to be 4.3.0 and appears to support python3: > > > > > > https://github.com/mongodb/mongo/blob/89e7419a897b2270931c9c029abf6de555d83e0f/SConstruct > >

Re: [OE-core] [PATCH v2] oe_syslog.py: Handle syslogd/klogd restart race

2019-06-22 Thread Richard Purdie
On Sat, 2019-06-22 at 09:08 +0100, Richard Purdie wrote: > On Fri, 2019-06-21 at 15:27 -0400, Jon Mason wrote: > > syslogd and klogd can occasionally take too long to restart, which > > causes tests to fail by starting before the log daemons are > > ready. To > > work around this problem, poll

Re: [OE-core] [PATCH v2] oe_syslog.py: Handle syslogd/klogd restart race

2019-06-22 Thread Richard Purdie
On Fri, 2019-06-21 at 15:27 -0400, Jon Mason wrote: > syslogd and klogd can occasionally take too long to restart, which > causes tests to fail by starting before the log daemons are ready. To > work around this problem, poll for up to 30 seconds on the processes to > verify the old ones are

Re: [OE-core] [PATCH v2] oe_syslog.py: Handle syslogd/klogd restart race

2019-06-22 Thread Richard Purdie
On Fri, 2019-06-21 at 15:27 -0400, Jon Mason wrote: > syslogd and klogd can occasionally take too long to restart, which > causes tests to fail by starting before the log daemons are > ready. To > work around this problem, poll for up to 30 seconds on the processes > to > verify the old ones are

Re: [OE-core] [PATCH 1/2] pigz: provide gzip

2019-06-22 Thread Richard Purdie
On Fri, 2019-06-21 at 10:55 +0100, Ross Burton wrote: > As pigz has the same command line interface to gzip, it should > PROVIDE/RPROVIDE > gzip. > > Signed-off-by: Ross Burton > --- > meta/recipes-extended/pigz/pigz_2.4.bb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff