mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
fix various, innocuous typos
Corrections: - environment - accommodate - conversion - compatible (From OE-Core rev: 9797d3b45b4e1b9d77f0f2ee299c17b48d8d3cf6) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
39970f583d
commit
e1a2a5a206
@@ -243,7 +243,7 @@ def testimage_main(d):
|
||||
if d.getVar("TEST_TARGET") == "qemu":
|
||||
fstypes = [fs for fs in fstypes if fs in supported_fstypes]
|
||||
if not fstypes:
|
||||
bb.fatal('Unsupported image type built. Add a comptible image to '
|
||||
bb.fatal('Unsupported image type built. Add a compatible image to '
|
||||
'IMAGE_FSTYPES. Supported types: %s' %
|
||||
', '.join(supported_fstypes))
|
||||
qfstype = fstypes[0]
|
||||
|
||||
Reference in New Issue
Block a user