mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
oeqa/imagefeatures: Disable squashfs-lzo
(From OE-Core rev: c8c8b5265c831a2827a3891c7b326b25eae7f681) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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'\
|
||||
|
||||
Reference in New Issue
Block a user