summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/targetcontrol.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/targetcontrol.py')
-rw-r--r--meta/lib/oeqa/targetcontrol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/targetcontrol.py b/meta/lib/oeqa/targetcontrol.py
index cdf382ee21..a9080077e2 100644
--- a/meta/lib/oeqa/targetcontrol.py
+++ b/meta/lib/oeqa/targetcontrol.py
@@ -86,7 +86,7 @@ class BaseTarget(object, metaclass=ABCMeta):
86 86
87class QemuTarget(BaseTarget): 87class QemuTarget(BaseTarget):
88 88
89 supported_image_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic'] 89 supported_image_fstypes = ['ext3', 'ext4', 'cpio.gz', 'wic', 'ext3.zst', 'ext4.zst', 'wic.zst']
90 90
91 def __init__(self, d, logger, image_fstype=None, boot_patterns=None): 91 def __init__(self, d, logger, image_fstype=None, boot_patterns=None):
92 92