Re: [OE-core] [PATCH 1/2] lttng-tools ptest: add missing dependencies

2019-03-18 Thread Richard Purdie
On Mon, 2019-03-18 at 12:47 -0400, Jonathan Rajotte-Julien wrote: > > Since the patches with a couple of fixes were passing the tests, > > I've > > merged the patches with the glibc/muslc tweak and also a tweak to > > make > > disabled ust work. I'd normally wait for v2 resubmission but I > > wante

Re: [OE-core] [PATCH 1/2] lttng-tools ptest: add missing dependencies

2019-03-18 Thread Jonathan Rajotte-Julien
> Since the patches with a couple of fixes were passing the tests, I've > merged the patches with the glibc/muslc tweak and also a tweak to make > disabled ust work. I'd normally wait for v2 resubmission but I wanted > to get this fix into M3 and the M3 build is already behind schedule. Sounds goo

Re: [OE-core] [PATCH 1/2] lttng-tools ptest: add missing dependencies

2019-03-18 Thread Richard Purdie
On Fri, 2019-03-15 at 10:40 -0400, Jonathan Rajotte-Julien wrote: > > Firstly, I wanted to say thanks for looking at this, there are some > > really great fixes in here. > > > > It failed in automated testing as glibc-utils is glibc specific and > > musl builds couldn't cope with that. > > > > We

Re: [OE-core] [PATCH 1/2] lttng-tools ptest: add missing dependencies

2019-03-15 Thread Jonathan Rajotte-Julien
> Firstly, I wanted to say thanks for looking at this, there are some > really great fixes in here. > > It failed in automated testing as glibc-utils is glibc specific and > musl builds couldn't cope with that. > > We can certainly do: > > RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils"

Re: [OE-core] [PATCH 1/2] lttng-tools ptest: add missing dependencies

2019-03-13 Thread Richard Purdie
On Tue, 2019-03-12 at 21:13 +, Jonathan Rajotte wrote: > Multiple tests are failing due to missing dependencies on a bare > core-image-minimal build with only lttng-tools ptest present. > > "getconf LONG_BIT" is used to get the bitness of the host to run the > correct consumerd. Depend on glib

[OE-core] [PATCH 1/2] lttng-tools ptest: add missing dependencies

2019-03-12 Thread Jonathan Rajotte
Multiple tests are failing due to missing dependencies on a bare core-image-minimal build with only lttng-tools ptest present. "getconf LONG_BIT" is used to get the bitness of the host to run the correct consumerd. Depend on glibc-utils. perl-module-overloading is needed to validate trace. babels