Re: [OE-core] [PATCH] Opencv: Add OpenCV 3.0

2015-08-19 Thread Nathan Lynch
On 08/19/2015 07:18 AM, Ricardo Ribalda Delgado wrote: > --- /dev/null > +++ b/meta-oe/recipes-support/opencv/opencv_3.0.bb > @@ -0,0 +1,128 @@ > +SUMMARY = "Opencv : The Open Computer Vision Library" > +HOMEPAGE = "http://opencv.willowgarage.com/wiki/"; Is this URL outdated? It times out for me.

Re: [OE-core] [PATCH] kernel-arch: Force BFD kernel when using gcc for linking

2015-08-19 Thread Nathan Lynch
nux-gnueabi-objcopy:arch/arm/vdso/vdso.so[.hash]: Bad > value > > start happening. > > With this patch we force gcc to choose bfd linker as well This is fixed upstream as of: commit d2b30cd4b7223a96e606dfc8120626f66d81e091 Author: Nathan Lynch Date: Wed Jun 3 00:41:15 2015 +0100

Re: [OE-core] [PATCH] lttng: Fix timer calculation error

2015-09-10 Thread Nathan Lynch
On 07/10/2015 01:33 AM, jianchuan.w...@windriver.com wrote: > --- /dev/null > +++ > b/meta/recipes-kernel/lttng/lttng-tools/lttng-tools-Fix-live-timer-calculation-error.patch > @@ -0,0 +1,42 @@ > +From 161496fbe1465817a77a50a1172734dae81a13ef Mon Sep 17 00:00:00 2001 > +From: Mikael Beckius > +Da

[OE-core] [PATCH] as-needed.inc: add babeltrace exception

2015-09-11 Thread Nathan Lynch
ve tracing sessions. Babeltrace's makefiles already try to prevent this by using --no-as-needed, but --as-needed gets placed afterward in the command line, so it wins. Signed-off-by: Nathan Lynch --- meta/conf/distro/include/as-needed.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/m

[OE-core] [PATCH] lttng-tools: add libgcc to RDEPENDS

2015-10-28 Thread Nathan Lynch
The lttng-sessiond program uses pthread_cancel, whose implementation in glibc requires libgcc_s.so.1 to be present. Signed-off-by: Nathan Lynch --- meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb

[OE-core] [PATCH] packagegroup-core-tools-profile: allow lttng-modules for ARM

2014-12-15 Thread Nathan Lynch
Per commit f6587be6cd3dc864143b1c0be0bb8179a61dc835 (lttng-modules: re-enable ARM builds) lttng-modules is fine for ARM now. Without this additional change, tools-profile won't bring in lttng-modules when targeting ARM. Signed-off-by: Nathan Lynch --- meta/recipes-core/packageg

Re: [OE-core] [oe][Patch 0/2] udev: fix ptest to not influence qemu

2015-01-26 Thread Nathan Lynch
On 01/25/2015 09:33 AM, Max Krummenacher wrote: > From: Max Krummenacher > > Hi > > On a OE setup configured to build ptest packages udev's ptest test files are > staged to the sysroot. > A run of qemu chockes on this test files and never returns. > > A ptest run on the target before any change

Re: [OE-core] run ptest for specific packages or layers

2015-02-03 Thread Nathan Lynch
On 01/30/2015 09:09 AM, Burton, Ross wrote: > > On 30 January 2015 at 13:39, Markus Boos > wrote: > > We faced the problem that our image (built with ptest feature) > doesn't fit into our flash [1]. > I'd like to run the ptest on real hardware cause so

[OE-core] [PATCH] lttng-tools: use perl-misc, perl-modules in ptest deps

2015-02-06 Thread Nathan Lynch
The testcases for lttng-tools use the "prove" command from perl-misc, which needs many modules not in the base perl package. Signed-off-by: Nathan Lynch --- meta/recipes-kernel/lttng/lttng-tools_2.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/reci

Re: [OE-core] [PATCH] lttng-tools: use perl-misc, perl-modules in ptest deps

2015-02-09 Thread Nathan Lynch
On 02/07/2015 03:48 PM, Otavio Salvador wrote: > On Fri, Feb 6, 2015 at 8:56 PM, Nathan Lynch wrote: >> The testcases for lttng-tools use the "prove" command from perl-misc, >> which needs many modules not in the base perl package. >> >> Signed-off-by: Nat

Re: [OE-core] [PATCH] lttng-tools: use perl-misc, perl-modules in ptest deps

2015-02-09 Thread Nathan Lynch
On 02/06/2015 04:56 PM, Nathan Lynch wrote: > The testcases for lttng-tools use the "prove" command from perl-misc, > which needs many modules not in the base perl package. BTW, several of the lttng-tools testcases emit: libgcc_s.so.1 must be installed for pthread_cancel to

[OE-core] [PATCH] lttng-modules: drop makefile patch

2015-06-15 Thread Nathan Lynch
The lttng-modules Makefile allows us to specify the kernel we're building against via the KERNELDIR variable on the build command line. Use that and drop the patch (which tends to need updating whenever the upstream Makefile changes). Signed-off-by: Nathan Lynch --- ...modules-replace-KERN

Re: [OE-core] [PATCH 2/3] lttng-tools: Upgrade to 2.7 release

2015-11-13 Thread Nathan Lynch
On 11/13/2015 10:26 AM, Otavio Salvador wrote: > diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb > b/meta/recipes-kernel/lttng/lttng-tools_git.bb > similarity index 90% > rename from meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb > rename to meta/recipes-kernel/lttng/lttng-tools_git.bb

[OE-core] [PATCH] recipetool: recognize less common makefile names

2016-06-23 Thread Nathan Lynch
GNU make looks for "makefile" and "GNUmakefile" in addition to "Makefile", so add these other names to the heuristic for detecting a make-based project. Signed-off-by: Nathan Lynch --- scripts/lib/recipetool/create_buildsys.py | 2 +- 1 file changed, 1 insertion(+

Re: [OE-core] [PATCHv2 24/26] lttng-tools: do not install manpages in ptest package

2016-10-28 Thread Nathan Lynch
On 10/28/2016 10:12 AM, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/recipes-kernel/lttng/lttng-tools_git.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb > b/meta/recipes-kernel/lttng/lttng-tools_git.bb > in

Re: [OE-core] [PATCH 1/2] lttng-tools: do not install shared libraries in ptest package

2016-11-02 Thread Nathan Lynch
On 11/02/2016 11:09 AM, Alexander Kanavin wrote: > This was creating a race in runtime library dependency resolution > where sometimes the library was assumed to be provided by the ptest > package. > > Signed-off-by: Alexander Kanavin FWIW: Acked-by: Nathan Lynch Can this be

[OE-core] [PATCH] busybox: enable fractional sleep arguments

2016-11-17 Thread Nathan Lynch
-off-by: Nathan Lynch --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index c0459d59612b..cbdb1391fd33 100644 --- a/meta/recipes-core

[OE-core] [PATCH 0/5] LTTng, Babeltrace updates

2017-01-10 Thread Nathan Lynch
Update LTTng components and Babeltrace to their latest available tagged stable releases. Nathan Lynch (5): lttng-ust: don't exclude manual pages from build lttng-ust: upgrade to 2.9.0 lttng-modules: upgrade to 2.9.0 lttng-tools: upgrade to 2.9.3 babeltrace: upgrade to

[OE-core] [PATCH 2/5] lttng-ust: upgrade to 2.9.0

2017-01-10 Thread Nathan Lynch
when agent is enabled"). Switch to using release tarballs. Signed-off-by: Nathan Lynch --- .../lttng/{lttng-ust_git.bb => lttng-ust_2.9.0.bb} | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_git.bb => lttng-u

[OE-core] [PATCH 1/5] lttng-ust: don't exclude manual pages from build

2017-01-10 Thread Nathan Lynch
Adding "manpages" to PACKAGECONFIG results in a lttng-ust-doc package with no manpages. Fix the patch we carry to only exclude the examples directory, which seems to have been its original intent anyway. Signed-off-by: Nathan Lynch --- .../recipes-kernel/lttng/lttng-ust/lttng-ust-do

[OE-core] [PATCH 4/5] lttng-tools: upgrade to 2.9.3

2017-01-10 Thread Nathan Lynch
Notable recipe changes: * switch to using release tarball * brokensep no longer required * drop upstreamed error.h patch * change do_install_ptest to selectively copy build artifacts to install tree. * use backported patch to address file-rdeps warning Signed-off-by: Nathan Lynch

[OE-core] [PATCH 3/5] lttng-modules: upgrade to 2.9.0

2017-01-10 Thread Nathan Lynch
Switch to using release tarballs. Signed-off-by: Nathan Lynch --- .../lttng/{lttng-modules_git.bb => lttng-modules_2.9.0.bb} | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_git.bb => lttng-modules_2.9.0.bb} (84%) diff

[OE-core] [PATCH 5/5] babeltrace: upgrade to 1.5.1

2017-01-10 Thread Nathan Lynch
Signed-off-by: Nathan Lynch --- .../lttng/{babeltrace_1.5.0.bb => babeltrace_1.5.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-kernel/lttng/{babeltrace_1.5.0.bb => babeltrace_1.5.1.bb} (81%) diff --git a/meta/recipes-kernel

Re: [OE-core] [PATCH 4/5] lttng-tools: upgrade to 2.9.3

2017-01-12 Thread Nathan Lynch
"Burton, Ross" writes: > Hi, > > This upgrade is failing on the autobuilders: > > DEBUG: Executing shell function do_install_ptest_base > install: failed to access > ‘TOPDIR/tmp/work/mips64-poky-linux/lttng-tools/2.9.3-r0/image/usr/lib/lttng-tools/ptest/tests/destructive’: > No such file or direc

Re: [OE-core] [PATCH 4/5] lttng-tools: upgrade to 2.9.3

2017-01-13 Thread Nathan Lynch
Nathan Lynch writes: > "Burton, Ross" writes: > >> This upgrade is failing on the autobuilders: >> >> DEBUG: Executing shell function do_install_ptest_base >> install: failed to access >> ‘TOPDIR/tmp/work/mips64-poky-linux/lttng-tools/2.9.3-r0/ima

[OE-core] [PATCH v2 1/5] lttng-ust: don't exclude manual pages from build

2017-01-16 Thread Nathan Lynch
Adding "manpages" to PACKAGECONFIG results in a lttng-ust-doc package with no manpages. Fix the patch we carry to only exclude the examples directory, which seems to have been its original intent anyway. Signed-off-by: Nathan Lynch --- .../recipes-kernel/lttng/lttng-ust/lttng-ust-do

[OE-core] [PATCH v2 2/5] lttng-ust: upgrade to 2.9.0

2017-01-16 Thread Nathan Lynch
when agent is enabled"). Switch to using release tarballs. Signed-off-by: Nathan Lynch --- .../lttng/{lttng-ust_git.bb => lttng-ust_2.9.0.bb} | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_git.bb => lttng-u

[OE-core] [PATCH v2 3/5] lttng-modules: upgrade to 2.9.0

2017-01-16 Thread Nathan Lynch
Switch to using release tarballs. Signed-off-by: Nathan Lynch --- .../lttng/{lttng-modules_git.bb => lttng-modules_2.9.0.bb} | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_git.bb => lttng-modules_2.9.0.bb} (84%) diff

[OE-core] [PATCH v2 5/5] babeltrace: upgrade to 1.5.1

2017-01-16 Thread Nathan Lynch
Signed-off-by: Nathan Lynch --- .../lttng/{babeltrace_1.5.0.bb => babeltrace_1.5.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-kernel/lttng/{babeltrace_1.5.0.bb => babeltrace_1.5.1.bb} (81%) diff --git a/meta/recipes-kernel

[OE-core] [PATCH v2 4/5] lttng-tools: upgrade to 2.9.3

2017-01-16 Thread Nathan Lynch
Notable recipe changes: * switch to using release tarball * brokensep no longer required * drop upstreamed error.h patch * change do_install_ptest to selectively copy build artifacts to install tree. * use backported patch to address file-rdeps warning Signed-off-by: Nathan Lynch

[OE-core] [PATCH v2 0/5] LTTng, Babeltrace updates

2017-01-16 Thread Nathan Lynch
Update LTTng components and Babeltrace to their latest available tagged stable releases. Changes since v1: * Avoid using install's -D and -t options together in lttng-tools recipe. This doesn't work with versions of coreutils prior to 8.23. Nathan Lynch (5): lttng-ust: don't

Re: [OE-core] [PATCH 3/5] lttng-modules: upgrade to 2.9.0

2017-02-25 Thread Nathan Lynch
Bruce Ashfield writes: > Following up on this old patch .. since it causing a problem with my > introduction of > the 4.10 kernel. > > I'm going to have to switch back to the git fetching of lttng to easily > pull in the latest > changes to adapt to the 4.10 kernel. I don't see why. Support for

[OE-core] [PATCH 1/2] lttng-modules: update to 2.9.1

2017-02-25 Thread Nathan Lynch
This includes a significant fix for kernel tracing on 32-bit systems; kernel and user space events may be uncorrelated without it. Signed-off-by: Nathan Lynch --- .../lttng/{lttng-modules_2.9.0.bb => lttng-modules_2.9.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[OE-core] [PATCH 2/2] lttng-tools: update to 2.9.4

2017-02-25 Thread Nathan Lynch
Drop upstreamed patch. Signed-off-by: Nathan Lynch --- .../utils-remove-bogus-interpreter.patch | 35 -- .../{lttng-tools_2.9.3.bb => lttng-tools_2.9.4.bb} | 8 ++--- 2 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 meta/recipes-kernel/lt

Re: [OE-core] [PATCH 2/3] lttng-tools: update to 2.9.5

2017-07-07 Thread Nathan Lynch
"Burton, Ross" writes: > On 16 June 2017 at 22:39, Nathan Lynch wrote: > >> Miscellaneous fixes. >> > > This isn't related to the upgrade as it was a problem in the old release > too but I thought you should know: > > WARNING: lttng-tools-2.9

Re: [OE-core] [yocto] [RFT] gcc7 and glibc-2.26 recipes

2017-04-24 Thread Nathan Lynch
"Burton, Ross" writes: > On 24 April 2017 at 10:09, Burton, Ross wrote: > >> All merged, I'll fire in a moment. >> > > lttng-modules fails: > > In function 'lib_ring_buffer_align', > inlined from 'lib_ring_buffer_try_reserve' at > TOPDIR/tmp/work/qemumips-poky-linux/lttng-modules/2.9.1-r0/lt

[OE-core] [PATCH] lttng-modules: work around GCC 7 changes

2017-04-25 Thread Nathan Lynch
Avoid using LTTng's BUILD_RUNTIME_BUG_ON macro, as it appears to run into a similar problem as Linux experienced with __builtin_constant_p and dead code elimination. Signed-off-by: Nathan Lynch --- .../BUILD_RUNTIME_BUG_ON-vs-gcc7.patch | 43 ++ meta/re

Re: [OE-core] [yocto] [RFT] gcc7 and glibc-2.26 recipes

2017-04-25 Thread Nathan Lynch
"Burton, Ross" writes: > On 24 April 2017 at 23:00, Nathan Lynch wrote: > >> Does adding this patch to lttng-modules work around it? >> > > Yes, it fixes the build here. I'll throw it at the autobuilder now, can > you send a patch with a commit message

[OE-core] [PATCH] lttng-modules: update to 2.9.2

2017-04-26 Thread Nathan Lynch
This version bump adds support for Linux 4.11. Signed-off-by: Nathan Lynch --- .../lttng/{lttng-modules_2.9.1.bb => lttng-modules_2.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.9.1.bb => lttng-modules_2.

[OE-core] [PATCH 0/3] LTTng updates

2017-06-16 Thread Nathan Lynch
Minor version updates; lttng-modules gains support for 4.12-rc kernels. Nathan Lynch (3): lttng-ust: update to 2.9.1 lttng-tools: update to 2.9.5 lttng-modules: update to 2.9.3 .../lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb} | 4 ++-- .../lttng/{lttng-tools_2.9.4

[OE-core] [PATCH 3/3] lttng-modules: update to 2.9.3

2017-06-16 Thread Nathan Lynch
Miscellaneous fixes and support for 4.12-rc kernels. --- .../lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb} (89%) diff --git a/meta/re

[OE-core] [PATCH 2/3] lttng-tools: update to 2.9.5

2017-06-16 Thread Nathan Lynch
Miscellaneous fixes. Signed-off-by: Nathan Lynch --- .../lttng/{lttng-tools_2.9.4.bb => lttng-tools_2.9.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-tools_2.9.4.bb => lttng-tools_2.9.5.bb} (97%) diff --git a/meta/r

[OE-core] [PATCH 1/3] lttng-ust: update to 2.9.1

2017-06-16 Thread Nathan Lynch
Miscellaneous fixes. Signed-off-by: Nathan Lynch --- meta/recipes-kernel/lttng/{lttng-ust_2.9.0.bb => lttng-ust_2.9.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_2.9.0.bb => lttng-ust_2.9.1.bb} (90%) diff --git a/meta/r

[OE-core] [PATCH v2 3/3] lttng-modules: update to 2.9.3

2017-06-16 Thread Nathan Lynch
Miscellaneous fixes and support for 4.12-rc kernels. Signed-off-by: Nathan Lynch --- Changes since v1: * Add missing signoff. .../lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lt

Re: [OE-core] [PATCH 2/3] lttng-tools: update to 2.9.5

2017-06-22 Thread Nathan Lynch
"Burton, Ross" writes: > On 16 June 2017 at 22:39, Nathan Lynch wrote: > >> Miscellaneous fixes. >> > > This isn't related to the upgrade as it was a problem in the old release > too but I thought you should know: > > WARNING: lttng-tools-2.9

[OE-core] [PATCH] babeltrace: remove unnecessary SRCREV

2016-07-22 Thread Nathan Lynch
Since this recipe doesn't use a SCM the SRCREV is unneeded (and inaccurate). Signed-off-by: Nathan Lynch --- meta/recipes-kernel/lttng/babeltrace_1.4.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/babeltrace_1.4.0.bb b/meta/recipes-kernel/

[OE-core] [PATCH] Revert "lttng-tools: filter random filename of ptest output"

2016-07-22 Thread Nathan Lynch
upstream status of "pending" is incorrect; I do not see this patch on the lttng-dev mailing list (not that it would apply anyway). Signed-off-by: Nathan Lynch --- ...ls-filter-random-filename-of-tests-output.patch | 55 -- meta/recipes-kernel/lttng/lttng-tools_git.bb

Re: [OE-core] [PATCH] Revert "lttng-tools: filter random filename of ptest output"

2016-07-25 Thread Nathan Lynch
at you intend to do, and I'm unsure what you mean by "random filenames". If you have some QA analysis code which cannot handle strange or unpredictable filenames in the output then that's what should be fixed. Please accept the revert, thanks. > > //dengke > >

Re: [OE-core] [PATCH] Revert "lttng-tools: filter random filename of ptest output"

2016-08-01 Thread Nathan Lynch
On 08/01/2016 08:33 PM, Paul Eggleton wrote: > Hi Nathan, > > On Fri, 22 Jul 2016 15:53:46 Nathan Lynch wrote: >> This reverts commit 29a8c45be2862be02afe2ebbc5c026a42f351990. >> >> A few things wrong with this change: >> >> 1. It patches a patch (ru

[OE-core] [PATCH] lttng-tools: fix ptest

2016-09-22 Thread Nathan Lynch
ASS: 1735 SKIP: 311 XFAIL: 0 FAIL: 292 XPASS: 0 ERROR: 7 There are some ERRORs worth looking into further but this should be a useful basis for future work. Signed-off-by: Nathan Lynch --- meta/recipes-kernel/lttng/lttng-tools/run-ptest| 7 +- .../lttng/lttng-tools/runtest-2

Re: [OE-core] [PATCH] lttng-tools: fixes a wrong header issue

2016-09-26 Thread Nathan Lynch
On 09/23/2016 05:58 AM, liu.min...@gmail.com wrote: > From: Ming Liu > > This fixes a following compiling issue: > | agent.c:33:19: fatal error: error.h: No such file or directory > | #include "error.h" > > it's back-ported from lttng-tools upstream, we need it in SRC_URI > since 2.8 is still t

Re: [OE-core] [PATCH] lttng-tools: fix ptest

2016-09-27 Thread Nathan Lynch
On 09/27/2016 06:41 AM, Burton, Ross wrote: > > > -RDEPENDS_${PN}-ptest += "make perl bash" > +RDEPENDS_${PN}-ptest += "make perl bash gawk ${PN} babeltrace procps" > +# babelstats.pl wants getopt-long > +RDEPENDS_${PN}-ptest += "perl-module-getopt-long" >

[OE-core] [PATCH 2/2] perl: module-overload needs module-overloading

2016-09-27 Thread Nathan Lynch
This dependency was manually added in 3dec9ad1cd6a ("perl: module overload rdpends on overloading") but was (mistakenly?) removed by 06d43a90acbe ("perl: 5.20.0 -> 5.22.0"). Restore it. Signed-off-by: Nathan Lynch --- meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc |

[OE-core] [PATCH 1/2] perl: correct math-bigint dependency typo

2016-09-27 Thread Nathan Lynch
This is obviously meant to be RDEPENDS. Signed-off-by: Nathan Lynch --- meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc b/meta/recipes-devtools/perl/perl-rdepends_5.22.1

[OE-core] [PATCH 0/2] perl: minor rdepends fixes

2016-09-27 Thread Nathan Lynch
A couple of rdepends fixes for perl modules I stumbled across while fixing up lttng-tools' ptest support. Nathan Lynch (2): perl: correct math-bigint dependency typo perl: module-overload needs module-overloading meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc | 3 ++- 1 file chang

[OE-core] [PATCH v2] lttng-tools: fix ptest

2016-09-27 Thread Nathan Lynch
ASS: 1735 SKIP: 311 XFAIL: 0 FAIL: 292 XPASS: 0 ERROR: 7 There are some ERRORs worth looking into further but this should be a useful basis for future work. Signed-off-by: Nathan Lynch --- Changes since v1: - Drop inappropriate rdepends on perl-module-{overload,overloading}. meta/recipes-ke

Re: [OE-core] [PATCH 1/2] ptest-runner: Add version 2.0 re-implementation in python.

2015-12-11 Thread Nathan Lynch
On 12/07/2015 03:26 PM, Aníbal Limón wrote: > The new ptest-runner supports timeout of upstream tests executed, > it looks for stdout of process and if no information is available > in certain time (defaults to 5m) the process is treaty as blocked > and ptest-runner kills it, this handles problems