From: Saul Wold Date: Tue, 5 Dec 2017 01:10:35 +0000 (-0800) Subject: oeqa/qemu: remove elf image type X-Git-Tag: uninative-1.8~843 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c0c10ae9f7e206ee156a68ddbed73c8820c37824;p=openembedded-core.git oeqa/qemu: remove elf image type Since we are depercating the ELF image type, we should not test it here either. Signed-off-by: Saul Wold Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/core/target/qemu.py b/meta/lib/oeqa/core/target/qemu.py index d359bf9fe3..bf3b633f04 100644 --- a/meta/lib/oeqa/core/target/qemu.py +++ b/meta/lib/oeqa/core/target/qemu.py @@ -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',