Re: [OE-core] [master][morty][PATCH] libunwind: add ptest support

2016-10-25 Thread Tudor Florea
Hi Jagadeesh, > The patch include below changes: ... > 2. Some of the libunwind test cases such as run-check-namespace, >    run-coredump-unwind require debug symbols to be present in >    libunwind library. So set INHIBIT_PACKAGE_STRIP to "1". > ---

[OE-core] [PATCH 1/1] valgrind: turn off the file level dependency

2016-04-21 Thread Tudor Florea
about the missing dependency but the dependency have to be completely removed. Since this package contains oly tests it is safe to disable per file dependencies and rely on the ones per package. Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- meta/recipes-devtools/valgrind/valgrind_

Re: [OE-core] rpm generation question

2016-04-21 Thread Tudor Florea
On 20/04/2016 04:08, Mark Hatle wrote: > On 4/19/16 7:15 PM, Tudor Florea wrote: >> >> >> On 19/04/2016 21:02, Mark Hatle wrote: >>> On 4/19/16 12:05 PM, Tudor Florea wrote: >>>> As part of our test infrastructure we're attempting to install ptest >&g

Re: [OE-core] rpm generation question

2016-04-19 Thread Tudor Florea
On 19/04/2016 21:02, Mark Hatle wrote: > On 4/19/16 12:05 PM, Tudor Florea wrote: >> As part of our test infrastructure we're attempting to install ptest >> packages (and execute the tests accordingly). >> Attempting to install ptest for valgrind fails with this error: >&

[OE-core] rpm generation question

2016-04-19 Thread Tudor Florea
As part of our test infrastructure we're attempting to install ptest packages (and execute the tests accordingly). Attempting to install ptest for valgrind fails with this error: error: Can't install valgrind-ptest-3.11.0-r0.1@ppce500mc: no package provides /this/is/a/bogus/interpreter/name

[OE-core] [PATCH 1/2] ltp: add periodic output for memcg stress test

2016-04-01 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../ltp/ltp/0034-periodic_output.patch | 43 ++ meta/recipes-extended/ltp/ltp_20160126.bb | 1 + 2 files changed, 44 insertions(+) create mode 100644 meta/recipes-extended/ltp/lt

[OE-core] [PATCH 2/2] ltp: fix test_proc_kill hanging

2016-04-01 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../ltp/ltp/0035-fix-test_proc_kill-hang.patch | 23 ++ meta/recipes-extended/ltp/ltp_20160126.bb | 1 + 2 files changed, 24 insertions(+) create mode 100644 meta/recipes-extended/ltp/ltp/00

[OE-core] [PATCH 1/2] ltp: add periodic output for memcg stress test

2016-04-01 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../ltp/ltp/0034-periodic_output.patch | 43 ++ meta/recipes-extended/ltp/ltp_20160126.bb | 1 + 2 files changed, 44 insertions(+) create mode 100644 meta/recipes-extended/ltp/lt

[OE-core] [PATCH 2/2] ltp: fix test_proc_kill hanging

2016-04-01 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../ltp/ltp/0035-fix-test_proc_kill-hang.patch | 23 ++ meta/recipes-extended/ltp/ltp_20160126.bb | 1 + 2 files changed, 24 insertions(+) create mode 100644 meta/recipes-extended/ltp/ltp/00

Re: [OE-core] [PATCH 1/1] pTest-quilt: pTest-quilt failed fixed

2016-03-24 Thread Tudor Florea
A few comments: 1. (Editorial) Please use the appropriate package name and description of the fix in the commit message: e.g.: "quilt: run ptest as normal user" or similar 2. I would avoid using the user "test" in this context. "test" user might be a legitimate one in some actual deployment and

[OE-core] [PATCH 3/3] core-tools-profile: add lttng tools for aarch64

2016-02-23 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegrou

[OE-core] [PATCH 2/3] lttng-ust: add support for aarch64_be

2016-02-23 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../lttng-ust-add-support-for-aarch64_be.patch | 17 + meta/recipes-kernel/lttng/lttng-ust_git.bb | 4 +++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-

[OE-core] [PATCH 1/3] liburcu: add support for aarch64_be

2016-02-23 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../liburcu/liburcu/0002-Support-for-aarch64_be.patch | 19 +++ meta/recipes-support/liburcu/liburcu_0.9.1.bb | 1 + 2 files changed, 20 insertions(+) create mode 100644 meta/recipes-support/liburcu/liburc

Re: [OE-core] [PATCH v3 0/3] ptest-runner 2.0

2016-01-06 Thread Tudor Florea
Hi Alimon See inline. Tudor. On 06/01/2016 18:07, Aníbal Limón wrote: > Hi again Tudor, > > Comments below, > > alimon > > > > On 01/06/2016 09:46 AM, Aníbal Limón wrote: >> Hi Todor, >> >> Comments below, alimon >> >> >> On

Re: [OE-core] [PATCH v3 0/3] ptest-runner 2.0

2016-01-05 Thread Tudor Florea
Hi Anibal, Please see my comments inline. Regards, Tudor. On 04/01/2016 20:29, Aníbal Limón wrote: > The whole set is sent to two ML for reviewing purposes the first > two patches are for oe-core and the last one for poky. > > The first two commits (oe-core) adds a new ptest-runner written in

[OE-core] [PATCH 1/1] util-linux: Add ptest

2015-12-02 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- meta/recipes-core/util-linux/util-linux.inc| 31 +++- .../util-linux/avoid_parallel_tests.patch | 19 .../util-linux/avoid_unsupported_grep_opts.patch | 57 ++ .../util

[OE-core] [PATCHv2 0/1] util-linux: Add ptest

2015-12-02 Thread Tudor Florea
fix signature (no loop-device support) SKIP:swapon: by label (no loop-device support) SKIP:swapon: by uuid(no loop-device support) PASS: tailf: simple root@qemuppc:/usr/lib/util-linux/ptest# T

[OE-core] [dizzy] [PATCH 1/1] glibc: use patch for CVE-2015-1781

2015-11-26 Thread Tudor Florea
Patch added to the repo wasn't actually considered due to a erronously way of specifying the sources. Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- meta/recipes-core/glibc/glibc_2.20.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-core

Re: [OE-core] [PATCH 1/1] util-linux: Add ptest

2015-11-25 Thread Tudor Florea
On 25/11/2015 23:33, Burton, Ross wrote: > > On 23 November 2015 at 23:41, Tudor Florea <tudor.flo...@enea.com > <mailto:tudor.flo...@enea.com>> wrote: > > +--- a/tests/run.sh 2015-11-18 15:09:05.517018566 +0100 > b/tests/run.sh 2015-11-18 20:02:15

Re: [OE-core] [dizzy] [PATCH 1/2] python: Backport CVE-2013-1752 fix for httplib

2015-11-24 Thread Tudor Florea
Ping. -Original Message- From: Tudor Florea [mailto:tudor.flo...@enea.com] Sent: Wednesday, November 18, 2015 3:59 PM To: openembedded-core@lists.openembedded.org Cc: Tudor Florea <tudor.flo...@enea.com> Subject: [dizzy] [PATCH 1/2] python: Backport CVE-2013-1752 fix for h

[OE-core] [PATCH 1/1] util-linux: Add ptest

2015-11-23 Thread Tudor Florea
Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- meta/recipes-core/util-linux/util-linux.inc| 31 - .../util-linux/avoid_parallel_tests.patch | 145 + .../util-linux/avoid_unsupported_sleep_param.patch | 20 +++ .../util

[OE-core] [PATCH 0/1] util-linux: Add ptest

2015-11-23 Thread Tudor Florea
apon: by uuid(no loop-device support) PASS: tailf: simple - 3 tests of 67 FAILED - Tudor Florea (1): util-l

[OE-core] [dizzy] [PATCH 2/2] python: Backport CVE-2013-1752 remaining patches

2015-11-18 Thread Tudor Florea
This back ported patch fixes CVE-2013-1752 for ftplib, imaplib, nntplib and poplib Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../python-2.7.3-CVE-2013-1752-ftplib-fix.patch| 149 + .../python-2.7.3-CVE-2013-1752-imaplib-fix.patch | 37 + .../

[OE-core] [dizzy] [PATCH 1/2] python: Backport CVE-2013-1752 fix for httplib

2015-11-18 Thread Tudor Florea
This back ported patch fixes CVE-2013-1752 for httplib Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../python-2.7.3-CVE-2013-1752-httplib-fix.patch | 45 ++ meta/recipes-devtools/python/python_2.7.3.bb | 1 + 2 files changed, 46 insertions(+) creat

[OE-core] [PATCH] unzip: CVE-2015-7696, CVE-2015-7697

2015-10-28 Thread Tudor Florea
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7697 Signed-off-by: Tudor Florea <tudor.flo...@enea.com> --- .../unzip/unzip/CVE-2015-7696.patch| 38 ++ .../unzip/unzip/CVE-2015-7697.patch| 31 ++ meta/recipes-extended

Re: [OE-core] [yocto][PATCH 1/1] ptest: user-specified run-ptest script location

2015-09-29 Thread Tudor Florea
On 29/09/2015 09:59, Ray, Ian (GE Healthcare) wrote: On 28 September 2015, Tudor Florea wrote: On 28 September 2015, Ross Burton wrote: Surely if an upstream is under your control and is ptest-aware, it can also install run-ptest into the right place too? The run-ptest script is currently

Re: [OE-core] [yocto][PATCH 1/1] ptest: user-specified run-ptest script location

2015-09-28 Thread Tudor Florea
On 28.09.2015 18:41, Ray, Ian (GE Healthcare) wrote: Hi Ross On 28 September 2015, Ross Burton wrote: On 28 September 2015 at 15:46, Ray, Ian (GE Healthcare) wrote: The main benefit is for packages that are run-ptest /aware/, in which case the recipe can be simplified.

Re: [OE-core] [yocto][PATCH 1/1] ptest: user-specified run-ptest script location

2015-09-28 Thread Tudor Florea
Hi Ian On 9/21/2015 10:11, Ian Ray wrote: > Provides a new variable, PTEST_RUN_SCRIPT_PATH, which points to a > directory where the run-ptest script is located. This location > defaults to the work directory but may be overridden within a recipe > if a package ships its own run-ptest script. >

[OE-core] [PATCH 1/1] [daisy] [dizzy] openssl: upgrade to 1.0.1p

2015-07-09 Thread Tudor Florea
This upgrade fixes CVE-2015-1793 Removed openssl-fix-link.patch. The linking issue has been fixed in openssl. Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../openssl/openssl/openssl-fix-link.patch | 35 -- .../{openssl_1.0.1m.bb = openssl_1.0.1p.bb

[OE-core] [daisy] [PATCH 1/1] python: Backport CVE-2013-1752 fix from upstream

2015-07-02 Thread Tudor Florea
a user connects to a broken HTTP server or something that isn't a HTTP at all Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../python-2.7.3-CVE-2013-1752-httplib-fix.patch | 47 ++ meta/recipes-devtools/python/python_2.7.3.bb | 1 + 2 files changed, 48

[OE-core] [dizzy] [PATCH] python: Backport CVE-2013-1752 fix from upstream

2015-07-02 Thread Tudor Florea
a user connects to a broken HTTP server or something that isn't a HTTP at all Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../python-2.7.3-CVE-2013-1752-httplib-fix.patch | 45 ++ meta/recipes-devtools/python/python_2.7.3.bb | 1 + 2 files changed, 46

Re: [OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-09 Thread Tudor Florea
Ping. -Original Message- From: Tudor Florea [mailto:tudor.flo...@enea.com] Sent: Wednesday, March 04, 2015 17:04 To: openembedded-core@lists.openembedded.org Cc: Tudor Florea Subject: [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module Python have its own

Re: [OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-04 Thread Tudor Florea
On 3/4/2015 22:25, Burton, Ross wrote: On 4 March 2015 at 15:04, Tudor Florea tudor.flo...@enea.com mailto:tudor.flo...@enea.com wrote: Python have its own version of libffi used for ctypes module. libffi 3.0.10 contained in original source of Python-2.7.3 does not have

[OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-04 Thread Tudor Florea
-off-by: Tudor Florea tudor.flo...@enea.com + +diff -r 84cef4f1999a -r 05e8999a3901 Modules/_ctypes/libffi/fficonfig.py.in +--- a/Modules/_ctypes/libffi/fficonfig.py.in Mon Apr 29 16:09:39 2013 -0400 b/Modules/_ctypes/libffi/fficonfig.py.in Tue Apr 30 01:00:34 2013 +0200 +@@ -28,6 +28,7

Re: [OE-core] [PATCH] Valgrind: Remove test apps not building with ppc64 and PTEST

2014-10-30 Thread Tudor Florea
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Thursday, October 30, 2014 19:50 To: Alexandra Safta Cc: openembedded-core@lists.openembedded.org Subject: Re:

Re: [OE-core] Discussion about architecure of ptest-runner patch

2014-10-24 Thread Tudor Florea
Hi, -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Markus Boos Sent: Friday, October 24, 2014 12:37 To: 'openembedded-core@lists.openembedded.org' Subject: [OE-core] Discussion about

[OE-core] [PATCH] valgrind: Enforce 30 seconds limit for each test

2014-10-07 Thread Tudor Florea
Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../valgrind/valgrind/add-ptest.patch | 68 +- 1 file changed, 53 insertions(+), 15 deletions(-) diff --git a/meta/recipes-devtools/valgrind/valgrind/add-ptest.patch b/meta/recipes-devtools/valgrind/valgrind

Re: [OE-core] [PATCH] kmod: remove the setting of INHIBIT_PACKAGE_STRIP

2014-09-17 Thread Tudor Florea
Hi -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, September 15, 2014 17:32 To: rongqing...@windriver.com Cc: OE-core; Tudor Florea Subject: Re: [OE-core] [PATCH] kmod: remove the setting of INHIBIT_PACKAGE_STRIP On 15 September 2014 09:27

[OE-core] glibc-devel requirement for yocto host development system

2014-08-11 Thread Tudor Florea
Hi, I'd like to reach a broader audience on an issue I had and request your opinion about what could be done to prevent similar issue in the future, or at least add an appropriate note note in the yocto manual about this. I was using a Centos 6.4 64 bit host machine to create an yocto (based)

Re: [OE-core] ptest formatting

2014-07-24 Thread Tudor Florea
Hi, On 7/24/2014 19:40, Eric Yu wrote: Hello, My name is Eric Yu, and I am an intern at National Instruments for this summer. The project I am currently working on involves integrating ptest with our current automated testing framework to help test our open- embedded

Re: [OE-core] [PATCH 1/1] buildtools-tarball: Add wget to buildtools-tarball

2014-07-21 Thread Tudor Florea
-Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, July 21, 2014 12:57 To: Tudor Florea Cc: OE-core Subject: Re: [OE-core] [PATCH 1/1] buildtools-tarball: Add wget to buildtools- tarball On 20 July 2014 21:00, Tudor Florea tudor.flo...@enea.com

[OE-core] [PATCH v2 1/1] buildtools-tarball: Add wget to buildtools-tarball

2014-07-21 Thread Tudor Florea
/eventlog/eventlog_0.2.13.bb, do_fetch) failed with exit code '1' [YOCTO #6549] Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + meta/recipes-extended/wget/wget.inc | 3 +++ meta/recipes-support/gnutls/gnutls.inc | 2 +- meta

[OE-core] [PATCH 1/1] buildtools-tarball: Add wget to buildtools-tarball

2014-07-20 Thread Tudor Florea
/eventlog/eventlog_0.2.13.bb, do_fetch) failed with exit code '1' [YOCTO #6549] Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + meta/recipes-extended/wget/wget.inc | 4 meta/recipes-support/gnutls/gnutls.inc | 2 +- meta

Re: [OE-core] [PATCH 1/1] strace: fix ptest execution failure

2014-05-28 Thread Tudor Florea
-Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Tuesday, May 27, 2014 18:23 To: Tudor Florea; Chong Lu; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/1] strace: fix ptest execution failure On 05/27/2014 08:16 AM, Tudor Florea

[OE-core] [PATCH 1/1] ethtool: use serial-tests config needed by ptest.

2014-05-28 Thread Tudor Florea
2 tests passed == Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../ethtool/ethtool/avoid_parallel_tests.patch | 19 +++ meta/recipes-extended/ethtool/ethtool_3.14.bb |6 -- 2 files changed, 23 insertions(+), 2 deletions(-) create mode

Re: [OE-core] [PATCH 1/1][V2] ethtool: fix ptest execution failure

2014-05-27 Thread Tudor Florea
ptest execution failure Modify ptest suite to make it enabled on new version. --- a/meta/recipes-extended/ethtool/ethtool/run-ptest +++ b/meta/recipes-extended/ethtool/ethtool/run-ptest @@ -1,2 +1,2 @@ #!/bin/sh -make -k runtest-TESTS +make -k check-TESTS [Tudor Florea] I don't think

Re: [OE-core] [PATCH 1/1] strace: fix ptest execution failure

2014-05-27 Thread Tudor Florea
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Chong Lu Sent: Tuesday, May 27, 2014 10:03 To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH 1/1] strace: fix ptest

Re: [OE-core] [PATCH 1/1] ethtool: fix ptest execution failure

2014-05-26 Thread Tudor Florea
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Chong Lu Sent: Monday, May 26, 2014 12:22 To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH 1/1] ethtool: fix ptest

Re: [OE-core] ARMv5 build error

2014-05-05 Thread Tudor Florea
I've already sent the v2 of the patch. Regards, Tudor. -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Monday, May 05, 2014 17:58 To: Tudor Florea Cc: Patches and discussions about the oe-core layer Subject

Re: [OE-core] ARMv5 build error

2014-05-05 Thread Tudor Florea
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Monday, May 05, 2014 18:22 To: Tudor Florea; Richard Purdie Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] ARMv5 build error

Re: [OE-core] ARMv5 build error

2014-05-02 Thread Tudor Florea
Hello Otavio, -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Friday, May 02, 2014 21:01 To: Tudor Florea Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] ARMv5 build error Hello

[OE-core] [PATCH 1/1] curl: Backport a fix for a build issue

2014-05-02 Thread Tudor Florea
mkhelp: generate code for --disable-manual as well This allows configure --disable-manual to run and build without having to regenerate the src/tool_hugehelp.c file which otherwise is necessary since we ship tarballs with that file present. Signed-off-by: Tudor Florea tudor.flo...@enea.com

Re: [OE-core] ARMv5 build error

2014-05-01 Thread Tudor Florea
Apparently the bug was observed http://sourceforge.net/p/curl/bugs/1350/ and fixed https://github.com/bagder/curl/commit/38d582ff5 If not too late, I'll test and send a patch for this tomorrow. Tudor. -Original Message- From: openembedded-core-boun...@lists.openembedded.org

Re: [OE-core] [PATCH] python3: Add ptest support

2014-03-11 Thread Tudor Florea
On 10 March 2014 18:15, Saul Wold s...@linux.intel.com wrote: On 03/06/2014 04:54 PM, Paul Barker wrote: A run-ptest script written in python is added which defines a new TestRunner subclass which prints test results in the required ptest format and then executes python's built-in

[OE-core] [PATCH] ptest: Don't enable ptest for nativesdk and cross-canadian packages

2014-03-10 Thread Tudor Florea
The ptest is useful in context of deployment to the target hence we don't need ptest for nativesdk and cross-canadian packages Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/classes/ptest.bbclass |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/ptest.bbclass b

Re: [OE-core] [PATCH 1/1] diffutils: enable ptest support

2014-02-27 Thread Tudor Florea
Isn't possible to modify Makefile.am and/or Makefile.in instead of Makefile? Regards, Tudor. -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Lu Chong Sent: Thursday, February 27, 2014

Re: [OE-core] [PATCH 1/1] diffutils: enable ptest support

2014-02-27 Thread Tudor Florea
in do_install_ptest(). Regards, Tudor. -Original Message- From: Lu Chong [mailto:chong...@windriver.com] Sent: Thursday, February 27, 2014 12:01 To: Tudor Florea; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/1] diffutils: enable ptest support If use Makefile.am

Re: [OE-core] FW: [PATCH] ethtool: use serial-tests to generate targets used by ptest.

2013-12-04 Thread Tudor Florea
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie Sent: Wednesday, December 04, 2013 12:51 PM To: Tudor Florea Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE

[OE-core] [PATCH] ethtool: use serial-tests to generate targets used by ptest.

2013-12-03 Thread Tudor Florea
buildtest-TESTS and runtest-TESTS targets are required by ptest. In order to have those targets in automake 1.13.4 serial-tests should be specified since parallel-tests is assumed by default and serial-tests is optional. Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../ethtool/ethtool

[OE-core] [PATCH] kmod: avoid parallel-tests

2013-11-28 Thread Tudor Florea
buildtest-TESTS and runtest-TESTS targets are required by ptest. In order to have those targets in automake 1.13.4, serial-tests should be specified since parallel test is assumed by default and serial-tests is optional. Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/recipes-kernel

[OE-core] [PATCH] zlib: Add ptest

2013-11-27 Thread Tudor Florea
Install zlib tests and run them as ptest Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../zlib/zlib-1.2.8/Makefile-runtests.patch| 38 meta/recipes-core/zlib/zlib-1.2.8/run-ptest|2 ++ meta/recipes-core/zlib/zlib_1.2.8.bb | 18

[OE-core] [PATCH v2] kmod: ptest fixes

2013-10-01 Thread Tudor Florea
Make kmod-ptest able to compile with separated source and build dir. Since kmod test files contain kernel modules for many different architectures, strip and arch gets confused and throws errors. Signed-off-by: Tudor Florea tudor.flo...@enea.com Signed-off-by: Björn Stenberg b...@enea.com

[OE-core] [PATCH] kmod: ptest fixes

2013-09-29 Thread Tudor Florea
Make kmod-ptest able to compile with separated source and build dir. Add exception to insane.bbclass allowing any type of binaries in ptest packages. Since kmod test files contain kernel modules for many different architectures, strip gets confused and throws an error. Signed-off-by: Tudor

[OE-core] [PATCH] kmod: avoid parallel-tests

2013-09-06 Thread Tudor Florea
Avoid parallel-tests for kmod as it remove buildtest-TESTS and runtest-TESTS targets required by ptest. Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/recipes-kernel/kmod/kmod.inc|1 + .../kmod/kmod/remove_parallel_tests.patch| 18

[OE-core] buildtest-TESTS and runtest-TESTS targets required by ptest.

2013-09-06 Thread Tudor Florea
From 035ad642c76bbf388de198a886f544e4da8a7efc Mon Sep 17 00:00:00 2001 From: Tudor Florea tudor.flo...@enea.com Date: Fri, 6 Sep 2013 22:49:30 +0200 Subject: [PATCH] kmod: avoid parallel-tests Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/recipes-kernel/kmod/kmod.inc

[OE-core] [PATCH v2] python: Add ptest

2013-07-19 Thread Tudor Florea
Install python test suite and run it as ptest Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../python/python/fix-makefile-for-ptest.patch | 33 meta/recipes-devtools/python/python/run-ptest |5 +++ meta/recipes-devtools/python/python_2.7.3.bb

[OE-core] [PATCH v2] python: Add ptest

2013-07-19 Thread Tudor Florea
Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../python/python/fix-makefile-for-ptest.patch | 33 meta/recipes-devtools/python/python/run-ptest |5 +++ meta/recipes-devtools/python/python_2.7.3.bb | 10 ++ 3 files changed, 48 insertions

[OE-core] [PATCH v2] kmod: Add ptest

2013-07-19 Thread Tudor Florea
Install kmod test suite and run it as ptest. Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/recipes-kernel/kmod/kmod.inc |4 +++- meta/recipes-kernel/kmod/kmod/ptest.patch | 25 + meta/recipes-kernel/kmod/kmod/run-ptest |5 + meta

[OE-core] [PATCH] kmod: add ptest

2013-07-17 Thread Tudor Florea
Install kmod test suite and run it as ptest. Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/recipes-kernel/kmod/kmod.inc |4 +++- meta/recipes-kernel/kmod/kmod/ptest.patch | 20 meta/recipes-kernel/kmod/kmod/run-ptest |5 + meta/recipes

[OE-core] [PATCH] Install Python test suite and run it as ptest.

2013-07-16 Thread Tudor Florea
Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../python/python/fix-makefile-for-ptest.patch | 33 meta/recipes-devtools/python/python/run-ptest |5 +++ meta/recipes-devtools/python/python_2.7.3.bb | 10 ++ 3 files changed, 48 insertions