diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-28 18:51:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-29 23:58:00 +0100 |
commit | a8734a82a17b991b96f9bad4d7199c5f545cb90e (patch) | |
tree | 12cc1ab1ba059c0069527a30df29f9650c954567 /meta/lib | |
parent | cf1a4bfe8e5d84be7b1afeef94eecf63b2da497c (diff) | |
download | poky-a8734a82a17b991b96f9bad4d7199c5f545cb90e.tar.gz |
oeqa/imagefeatures: Disable squashfs-lzo
(From OE-Core rev: c8c8b5265c831a2827a3891c7b326b25eae7f681)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/imagefeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index a83fb2c57b..7deafef6b2 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py | |||
@@ -201,7 +201,7 @@ class ImageFeatures(OESelftestTestCase): | |||
201 | image_name = 'core-image-minimal' | 201 | image_name = 'core-image-minimal' |
202 | 202 | ||
203 | all_image_types = set(get_bb_var("IMAGE_TYPES", image_name).split()) | 203 | all_image_types = set(get_bb_var("IMAGE_TYPES", image_name).split()) |
204 | skip_image_types = set(('container', 'elf', 'f2fs', 'multiubi', 'tar.zst', 'wic.zst')) | 204 | skip_image_types = set(('container', 'elf', 'f2fs', 'multiubi', 'tar.zst', 'wic.zst', 'squashfs-lzo')) |
205 | img_types = all_image_types - skip_image_types | 205 | img_types = all_image_types - skip_image_types |
206 | 206 | ||
207 | config = 'IMAGE_FSTYPES += "%s"\n'\ | 207 | config = 'IMAGE_FSTYPES += "%s"\n'\ |