]> code.ossystems Code Review - openembedded-core.git/commit
testimage: Implement custom target loading
authorJuro Bystricky <juro.bystricky@intel.com>
Mon, 6 Feb 2017 17:49:37 +0000 (09:49 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Feb 2017 17:29:42 +0000 (09:29 -0800)
commit1dc8010afd71fe46fb28bb86fb7c07a5fbd3d7cf
tree7a0ca17647cda43750d56396e23dd4da6ea049b1
parentd1bda068d4bc0ad3ff81ab1f104dc12cedd20b3f
testimage: Implement custom target loading

This patch implements custom target loading for testimage, currently
missing due to major changes to the test framework.
Custom targets can be defined in various meta-layers, so we
need an extra path information in order to find them.
Any other additional info is retrieved as usual via the variables
TEST_TARGET and TEST_SUITES

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testimage.bbclass
meta/lib/oeqa/runtime/context.py