On 13 June 2016 at 14:32, <mariano.lopez@linux.intel.com> wrote:
+ features = 'INHERIT += "testexport"\n'
+ features = 'TEST_SUITES = "ping ssh selftest"\n'
+
+ # Build core-image-sato and testimage
+ bitbake('core-image-sato socat')
+ bitbake('-c testimage core-image-sato')
If we're just running ping/ssh/selftest, can the image be something a lot smaller such as core-image-base?
Ross