]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/testexport.py: add functionality for exporting binaries
authorCostin Constantin <costin.c.constantin@intel.com>
Sun, 24 Jan 2016 19:49:39 +0000 (21:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:55 +0000 (22:57 +0000)
commit14640f16b5ce09a14f88b3fa641d4cf2780f8b97
treedf320d4272bfdf82d6c6a33033c7a034a21fe459
parent2c10ca0fe612818cb43931b969ad2af5502f1e84
oeqa/utils/testexport.py: add functionality for exporting binaries

This new file is encapsulating functionality for both
running tests with binaries support via TestNeedsBin() decorator
and exporting these binaries via testimage.bbclass file.
Addresses [YOCTO #7850], [YOCTO #8478], [YOCTO #8481],
[YOCTO #8536], [YOCTO #8694].

Signed-off-by: Costin Constantin <costin.c.constantin@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/testexport.py [new file with mode: 0644]