]> code.ossystems Code Review - openembedded-core.git/commit
controllers/masterimage.py: Make testimage kernel naming pattern universal
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>
Fri, 6 Jun 2014 19:14:37 +0000 (22:14 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jun 2014 11:52:02 +0000 (12:52 +0100)
commite8666e91a9633da6a560d5a9510bb53d0251b16d
treec28a677e90a2b808ddbd27daf1b0de34e55990ae
parent26e4d5212ec5b2bcfdb0f42bbed31f468a17aca4
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.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/controllers/masterimage.py