Re: [OE-core] [PATCH 4/9] selftest: skip some devtool tests when distro is poky-tiny due to missing libx11

2016-10-18 Thread Joshua Lock
On Mon, 2016-10-17 at 10:19 -0500, Leonardo Sandoval wrote: > > > > > > > On 10/17/2016 06:42 AM, Burton, Ross >   wrote: > > > > >    > > > > > > > >   On 14 October 2016 at 17:40, > >

Re: [OE-core] [PATCH 4/9] selftest: skip some devtool tests when distro is poky-tiny due to missing libx11

2016-10-17 Thread Leonardo Sandoval
On 10/17/2016 06:42 AM, Burton, Ross wrote: On 14 October 2016 at 17:40, > wrote: def test_devtool_add_fetch_git(self): -# Fetch source +if self.distro ==

Re: [OE-core] [PATCH 4/9] selftest: skip some devtool tests when distro is poky-tiny due to missing libx11

2016-10-17 Thread Burton, Ross
On 14 October 2016 at 17:40, wrote: > def test_devtool_add_fetch_git(self): > -# Fetch source > +if self.distro == 'poky-tiny': > +self.skipTest('libmatchbox2 is not buildable with poky-tiny > because it requires a

[OE-core] [PATCH 4/9] selftest: skip some devtool tests when distro is poky-tiny due to missing libx11

2016-10-14 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval When distro is poky-tiny, there is no recipe providing libx11, thus skip relevant tests. [YOCTO #8525] Signed-off-by: Leonardo Sandoval --- meta/lib/oeqa/selftest/devtool.py | 7