diff options
Diffstat (limited to 'meta/lib/oeqa/targetcontrol.py')
-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 cc582dd1ad..1f4770f94e 100644 --- a/meta/lib/oeqa/targetcontrol.py +++ b/meta/lib/oeqa/targetcontrol.py | |||
@@ -110,7 +110,7 @@ class BaseTarget(object): | |||
110 | 110 | ||
111 | class QemuTarget(BaseTarget): | 111 | class QemuTarget(BaseTarget): |
112 | 112 | ||
113 | supported_image_fstypes = ['ext3'] | 113 | supported_image_fstypes = ['ext3', 'ext4'] |
114 | 114 | ||
115 | def __init__(self, d): | 115 | def __init__(self, d): |
116 | 116 | ||