diff options
Diffstat (limited to 'meta')
-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 0ffb686921..09e0b20625 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py | |||
@@ -211,7 +211,7 @@ class ImageFeatures(OESelftestTestCase): | |||
211 | image_name = 'core-image-minimal' | 211 | image_name = 'core-image-minimal' |
212 | 212 | ||
213 | img_types = [itype for itype in get_bb_var("IMAGE_TYPES", image_name).split() \ | 213 | img_types = [itype for itype in get_bb_var("IMAGE_TYPES", image_name).split() \ |
214 | if itype not in ('container', 'elf', 'multiubi')] | 214 | if itype not in ('container', 'elf', 'f2fs', 'multiubi')] |
215 | 215 | ||
216 | config = 'IMAGE_FSTYPES += "%s"\n'\ | 216 | config = 'IMAGE_FSTYPES += "%s"\n'\ |
217 | 'MKUBIFS_ARGS ?= "-m 2048 -e 129024 -c 2047"\n'\ | 217 | 'MKUBIFS_ARGS ?= "-m 2048 -e 129024 -c 2047"\n'\ |