]> code.ossystems Code Review - openembedded-core.git/commit
testexport.bbclass: Split testimage class
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 2 May 2016 13:19:15 +0000 (13:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 May 2016 22:23:43 +0000 (23:23 +0100)
commit3e4c429337966eea263b4258700843c909f496ec
treecd73afecc288648a6e83d0285cb38fb473e83fa1
parentef9618a6e7f99e485cc6b59484d11807475c7823
testexport.bbclass: Split testimage class

This adds a new class that only export tests of images,
the code was taken from testimage class and most of it
wasn't modified. Just add some vars for the new class.

testexport class require testimage class to get the
test suites defined for all the images.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testexport.bbclass [new file with mode: 0644]