diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/core/target/qemu.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
9 | from .ssh import OESSHTarget | 9 | from .ssh import OESSHTarget |
10 | from oeqa.utils.qemurunner import QemuRunner | 10 | from oeqa.utils.qemurunner import QemuRunner |
11 | 11 | ||
12 | supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic', 'elf'] | 12 | supported_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic'] |
13 | 13 | ||
14 | class OEQemuTarget(OESSHTarget): | 14 | class OEQemuTarget(OESSHTarget): |
15 | def __init__(self, logger, ip, server_ip, timeout=300, user='root', | 15 | def __init__(self, logger, ip, server_ip, timeout=300, user='root', |