[yocto] [Recipe reporting system] Upgradable recipe name list

2015-01-26 Thread anibal . limon
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-01-19 Thread anibal . limon
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-01-12 Thread anibal . limon
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

Re: [yocto] [AUH] gpgme: upgrading to 1.6.0 SUCCEEDED

2016-01-14 Thread Anibal Limon
On 01/13/2016 02:19 PM, Burton, Ross wrote: > On 13 January 2016 at 20:03, Paul Eggleton > wrote: > >> I'd question the value of -a as well; the tool is supposed to be smart >> enough >> to show you the things that matter and hide everything else by default. If >>

Re: [yocto] How to interpret the "Recipes reporting system" (e.g. for Python3 3.4, 3.5, 3.6)

2017-03-27 Thread Anibal Limon
On 03/23/2017 02:52 PM, Paul Eggleton wrote: > Hi Alain, > > On Friday, 24 March 2017 4:50:39 AM NZDT Alain Achkar wrote: >> Is there any brief README or documentation about the "Recipe reporting >> system" ? >> >> For example: http://recipes.yoctoproject.org/rrs/recipedetail/297/ >> >> Is it

Re: [yocto] [ptest-runner 1/3] Makefile: libcheck now requires to link subunit

2017-12-12 Thread Anibal Limon
On 12 December 2017 at 06:24, Joshua Lock wrote: > This entire series merged to master of the ptest-runner2 repository. > > Will you be sending a recipe update? > Yes, can you create the v2.1.1 tag pointing current master? Cheers, Anibal > > Thanks, > Joshua >

[yocto] [RFC] Yocto Autobuilder and LAVA Integration

2018-11-07 Thread Anibal Limon
Hi, We know the need to execute OE testimage over real HW not only QEMU, I'm aware that currently there is an implementation on the Yocto Autobuilder Helper , this initial implementation looks pretty well separating parts for template generation [1] and the script to send jobs to LAVA [2].

Re: [yocto] [RFC] Yocto Autobuilder and LAVA Integration

2018-11-09 Thread Anibal Limon
oy a board but the login process is the same for core-image's (login as root wo passwd). Cheers, Anibal > > Lastly there are some works I've done on provisiong QEMU on LAVA > sourceing from Yocto Project public releases, I am looking at where we can > upstream this > https://github.

Re: [yocto] [layerindex-web][PATCH 000/242] Integrate and improve Recipe Reporting System (cover letter only)

2018-10-02 Thread Anibal Limon
Hi Paul, Good to know that is integrated now. Cheers, Anibal On Tue, 1 May 2018 at 15:09, Paul Eggleton wrote: > Hi Alex, > > On Tuesday, 1 May 2018 9:58:03 PM NZST Alexander Kanavin wrote: > > On 05/01/2018 05:23 AM, Paul Eggleton wrote: > > > The Recipe Reporting System (RRS - live instance

Re: [yocto] [PATCH][ptest-runner] ptest-runner: Add support timeout failure type to XML result file

2019-01-05 Thread Anibal Limon
On Thu, 3 Jan 2019 at 15:45, wrote: > On Thu, 2019-01-03 at 12:02 -0600, Aníbal Limón wrote: > > The ptest-runner support logging results to stdout and to a XML file > > in stdout the ptest is mark as: > > > > ... > > ERROR: Exit status is 1 > > TIMEOUT: ptest-directory > > ... > > > > Add the

Re: [yocto] [PATCH][ptest-runner] ptest-runner: Add support timeout failure type to XML result file

2019-01-05 Thread Anibal Limon
On Sat, 5 Jan 2019 at 12:52, wrote: > On Sat, 2019-01-05 at 11:30 -0600, Anibal Limon wrote: > > > > > > On Thu, 3 Jan 2019 at 15:45, > > wrote: > > > On Thu, 2019-01-03 at 12:02 -0600, Aníbal Limón wrote: > > > > The ptest-runner support l

Re: [yocto] [ptest-runner] ptest-runner: make DEFAULT_DIRECTORY be able to be defined when compiling

2019-01-21 Thread Anibal Limon
Pushed, thx!, http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/commit/?id=e1062f776eea60c50435c6b8ddf9714a31141aee Feel free to update the recipe. Cheers, Anibal On Sun, 20 Jan 2019 at 20:29, Li Zhou wrote: > In yocto project ptest data are installed to > PTEST_PATH ?=

Re: [yocto] [PATCH][ptest-runner] ptest-runner: Add support to report duration of each ptest

2019-01-07 Thread Anibal Limon
On Mon, 7 Jan 2019 at 05:53, wrote: > On Sun, 2019-01-06 at 11:43 -0600, Aníbal Limón wrote: > > In stdout reported as, > > > > ... > > BEGIN: ptest-dir > > ... > > DURATION: Ns > > END: ptest-dir > > ... > > > > In XML reported as, > > > > ... > > > > Ns > > > > ... > > Looks good,

Re: [yocto] [PATCHv2][ptest-runner] ptest-runner: Add support to report duration of each ptest

2019-01-09 Thread Anibal Limon
On Tue, 8 Jan 2019 at 14:00, wrote: > On Mon, 2019-01-07 at 15:18 -0600, Aníbal Limón wrote: > > In stdout reported as, > > > > ... > > BEGIN: ptest-dir > > ... > > DURATION: N > > END: ptest-dir > > ... > > > > In XML reported as, > > > > ... > > > > N > > > > ... > > > > Signed-off-by:

Re: [yocto] [meta-oe][PATCH] utils.c: close all file descriptors after completing a ptest

2019-05-31 Thread Anibal Limon
LGTM, pushed. http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/commit/?id=fb93c99e1e771a8ada0476b76da6f2ba665e03ba Thanks!, Anibal On Fri, 31 May 2019 at 12:53, Randy MacLeod wrote: > Thanks Sakib. > > Next time please use --prefix to add the ptest-runner tag: > so you'll have a

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-27 Thread Anibal Limon
On Wed, 26 Jun 2019 at 10:56, Randy MacLeod wrote: > On 6/25/19 9:51 PM, Anibal Limon wrote: > > > > > > On Wed, 19 Jun 2019 at 12:50, Randy MacLeod > <mailto:randy.macl...@windriver.com>> wrote: > > > > On 6/14/19 10:48 AM, Randy MacLeod wrot

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-25 Thread Anibal Limon
On Wed, 19 Jun 2019 at 12:50, Randy MacLeod wrote: > On 6/14/19 10:48 AM, Randy MacLeod wrote: > > When running the run-execscript bash ptest as a user rather than root, a > warning: > >bash: cannot set terminal process group (16036): Inappropriate ioctl > for device > >bash: no job

Re: [yocto] [ptest-runner][PATCH 4/4] Fix additional warnings when using clang

2019-08-01 Thread Anibal Limon
Hi Randy, Just push your clang fixes to master and created v2.3.2 tag, feel free to send a recipe upgrade. Regards, Anibal On Wed, 17 Jul 2019 at 13:36, Randy MacLeod wrote: > Drop unused function parameters in wait_child(). > > The remaining warning in the top dir code is: > utils.c:25:9:

Re: [yocto] [ptest-runner][PATCH 1/4] utils: ensure child can be session leader

2019-07-21 Thread Anibal Limon
Hi Randy, Thanks for the patches, I pushed this one to master, I will review the clang warning patches. Cheers, Anibal On Wed, 17 Jul 2019 at 13:35, Randy MacLeod wrote: > When running the run-execscript bash ptest as a user rather than root, a > warning: > bash: cannot set terminal process