]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/imagefeatures: Disable squashfs-lzo
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 May 2022 17:51:18 +0000 (18:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 May 2022 22:57:58 +0000 (23:57 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/imagefeatures.py

index a83fb2c57b0d92fcb9b020bf0f253df2403dd3f2..7deafef6b2c719de8b10d787851bfc89f8909e72 100644 (file)
@@ -201,7 +201,7 @@ class ImageFeatures(OESelftestTestCase):
         image_name = 'core-image-minimal'
 
         all_image_types = set(get_bb_var("IMAGE_TYPES", image_name).split())
-        skip_image_types = set(('container', 'elf', 'f2fs', 'multiubi', 'tar.zst', 'wic.zst'))
+        skip_image_types = set(('container', 'elf', 'f2fs', 'multiubi', 'tar.zst', 'wic.zst', 'squashfs-lzo'))
         img_types = all_image_types - skip_image_types
 
         config = 'IMAGE_FSTYPES += "%s"\n'\