Re: [yocto] [Openembedded-architecture] Dropping armv5 and armv5e tunes in 2.7

2019-01-05 Thread Trevor Woerner
Hello Khem, Thanks for pointing this out. On Thu, Jan 3, 2019 at 5:02 PM Khem Raj wrote: > Secondly, I would also like to drop armv4t, and keep armv5te as lowest > supported tune > Fortunately I don't have any ARMv4 boards. But, just for informational purposes, I wanted to point out that I do

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 logging results to stdout and to a XML > > > file > > > >

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

2019-01-05 Thread richard . purdie
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 logging results to stdout and to a XML > > file > > > in stdout the ptest is mark as: > > > > > > ... > >

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 sa