Re: [OE-core] [PATCH 1/2] oprofile: Add PTEST regression testing to oprofile

2014-06-05 Thread Chong Lu
On 06/05/2014 11:21 PM, Otavio Salvador wrote: On Thu, Jun 5, 2014 at 5:44 AM, Chong Lu wrote: The commit changes the oe-core oprofile recipe by adding the PTEST interface, implementing do_compile_ptest() and do_install_ptest(). The install routine adds several files that only the regression

Re: [OE-core] [PATCH 1/2] oprofile: Add PTEST regression testing to oprofile

2014-06-05 Thread Otavio Salvador
On Thu, Jun 5, 2014 at 5:44 AM, Chong Lu wrote: > The commit changes the oe-core oprofile recipe by adding the PTEST > interface, implementing do_compile_ptest() and do_install_ptest(). > > The install routine adds several files that only the regression tests > require. Also, a patch is necessary

[OE-core] [PATCH 1/2] oprofile: Add PTEST regression testing to oprofile

2014-06-05 Thread Chong Lu
The commit changes the oe-core oprofile recipe by adding the PTEST interface, implementing do_compile_ptest() and do_install_ptest(). The install routine adds several files that only the regression tests require. Also, a patch is necessary to inhibit executing the tests on the build host and to po