]> code.ossystems Code Review - openembedded-core.git/commit
classes/testsdk: Add new class testsdk.
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 28 Jan 2016 16:09:02 +0000 (10:09 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2016 15:51:02 +0000 (15:51 +0000)
commitb30edc18866865ec757b3fd86eb84de530720acf
tree06ed90c0cd4e744285c2faa1c3a5101ee8b995b8
parentc9f771533af70e7ccb1e7064e58926cfaee7367a
classes/testsdk: Add new class testsdk.

Moves all the testsdk code from testimage in order to have it's own
class because new tests will be added for extensible SDK.

The old paths for store logs "${WORKDIR}/testimage" and sdk
"${WORKDIR}/testimage-sdk" was maintained for compatibility may be
change to point testsdk after review the codebase.

The dependency of QEMU was removed because isn't needed.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testimage.bbclass
meta/classes/testsdk.bbclass [new file with mode: 0644]