diff options
author | Saul Wold <sgw@linux.intel.com> | 2018-01-22 11:55:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-23 23:43:46 +0000 |
commit | 58dd6fe3720428a7052a482ca1fdcc7de8768fc7 (patch) | |
tree | 1487dcef5ca5c294aeeec712453189cf605c0b50 /meta/lib/oeqa/selftest | |
parent | a576c133e373369bc439bf0b01a429e99bff49e2 (diff) | |
download | poky-58dd6fe3720428a7052a482ca1fdcc7de8768fc7.tar.gz |
imagefeatures: disable f2fs from test_image_features by default
Since the primary f2fs utilities are provided by the meta-openembedded
meta-filesystems layer, we disable the testing of that functionality
here.
(From OE-Core rev: f691ed2572e54fa2af04c1569746c36ce04463ee)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest')
-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'\ |