mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
oeqa/qemu: remove elf image type
Since we are depercating the ELF image type, we should not test it here either. (From OE-Core rev: c0c10ae9f7e206ee156a68ddbed73c8820c37824) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9de82270e4
commit
c27f5dc245
@@ -9,7 +9,7 @@ import time
|
||||
from .ssh import OESSHTarget
|
||||
from oeqa.utils.qemurunner import QemuRunner
|
||||
|
||||
supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic', 'elf']
|
||||
supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic']
|
||||
|
||||
class OEQemuTarget(OESSHTarget):
|
||||
def __init__(self, logger, ip, server_ip, timeout=300, user='root',
|
||||
|
||||
Reference in New Issue
Block a user