diff options
-rw-r--r-- | meta/lib/oeqa/targetcontrol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/targetcontrol.py b/meta/lib/oeqa/targetcontrol.py index f461651930..5422a617c4 100644 --- a/meta/lib/oeqa/targetcontrol.py +++ b/meta/lib/oeqa/targetcontrol.py | |||
@@ -113,7 +113,7 @@ class BaseTarget(object): | |||
113 | 113 | ||
114 | class QemuTarget(BaseTarget): | 114 | class QemuTarget(BaseTarget): |
115 | 115 | ||
116 | supported_image_fstypes = ['ext3', 'ext4', 'cpio.gz'] | 116 | supported_image_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic'] |
117 | 117 | ||
118 | def __init__(self, d): | 118 | def __init__(self, d): |
119 | 119 | ||