summaryrefslogtreecommitdiffstats
path: root/meta/classes/testimage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r--meta/classes/testimage.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index 9588f2c4f8..01d8598604 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -243,7 +243,7 @@ def testimage_main(d):
243 if d.getVar("TEST_TARGET") == "qemu": 243 if d.getVar("TEST_TARGET") == "qemu":
244 fstypes = [fs for fs in fstypes if fs in supported_fstypes] 244 fstypes = [fs for fs in fstypes if fs in supported_fstypes]
245 if not fstypes: 245 if not fstypes:
246 bb.fatal('Unsupported image type built. Add a comptible image to ' 246 bb.fatal('Unsupported image type built. Add a compatible image to '
247 'IMAGE_FSTYPES. Supported types: %s' % 247 'IMAGE_FSTYPES. Supported types: %s' %
248 ', '.join(supported_fstypes)) 248 ', '.join(supported_fstypes))
249 qfstype = fstypes[0] 249 qfstype = fstypes[0]