]> code.ossystems Code Review - openembedded-core.git/commit
testexport.bbclass: Add support for testexport-tarball
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 6 Jun 2016 07:15:44 +0000 (07:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2016 21:48:04 +0000 (22:48 +0100)
commit05e6c89f0f71311f8bd32cdb86a2deb789c58035
tree55bb0d002a15be68276b2ef4205487c518b66f06
parentd787cd34da1cba52f5ecf68b7f55aa5550ed5e71
testexport.bbclass: Add support for testexport-tarball

Add support to export the SDK tarball needed when a test
system doesn't have the required software to perform runtime
tests.

The support is when exporting the test and when running
the test on a remote system. The user of this feature just
need to set TEST_EXPORT_SDK_ENABLED to "1" and declare
the sdk packages in TEST_EXPORT_SDK_PACKAGES.

[YOCTO #7850]

(From OE-Core rev: a6041f81b81baa7564e4c712fc88de2b997e52e4)

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testexport.bbclass
meta/lib/oeqa/runexported.py