On 14 October 2016 at 17:40, <[email protected]>
wrote:
> # Build a core-image-clutter
> - bitbake('core-image-clutter')
> + image = 'core-image-clutter'
> + supported_distros = ['poky', 'poky-lsb']
> + if not self.distro in supported_distros:
> + self.skipTest('Test is consider for distros (%s) supporting
> %s' % (','.join(supported_distros), image))
> + bitbake(image)
>
Wouldn't it be better to check DISTRO_FEATURES instead - i.e.
core-image-weston needs opengl and wayland DISTRO_FEATURES to be present.
Ross
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core