generic-poky/meta/lib/oeqa/controllers
Corneliu Stoicescu 5456f0e58e controllers/masterimage.py: Make testimage kernel naming pattern universal
YB: #6254

The QemuTargetControl class does not specify any kernel naming but the runqemu script it uses uses the " KERNEL_IMAGETYPE + MACHINE + '.bin' " naming scheme.
Modifying the other major target controller class, MasterImageHardwareTarget, to use the same kernel naming scheme.

This is usefull also to outside scripts that want to anticipate the kernel file name for all target controllers.

(From OE-Core rev: e8666e91a9633da6a560d5a9510bb53d0251b16d)

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-13 12:52:21 +01:00
..
__init__.py lib/oeqa: allow multiple layers to provide their own TEST_TARGET class 2014-02-02 22:37:41 +00:00
masterimage.py controllers/masterimage.py: Make testimage kernel naming pattern universal 2014-06-13 12:52:21 +01:00
testtargetloader.py oeqa/controllers/testtargetloader.py: add 'import os' 2014-06-13 12:52:21 +01:00