Re: [OE-core] [PATCH 5/9] selftest: skip those imagefeatures tests not relevant for certain distros

2016-10-17 Thread Burton, Ross
On 14 October 2016 at 17:40, wrote: > # Build a core-image-clutter > -bitbake('core-image-clutter') > +image = 'core-image-clutter' > +supported_distros = ['poky', 'poky-lsb'] > +if not self.distro in

[OE-core] [PATCH 5/9] selftest: skip those imagefeatures tests not relevant for certain distros

2016-10-14 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval core-image-clutter|weston can only be built on poky and poky-lsb, so skip these tests in case other distro is defined. In the other hand, poky-tiny does not support ext4 filesystem types, so skip test_bmap which includes these