]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
imagefeatures: disable f2fs from test_image_features by default
authorSaul Wold <sgw@linux.intel.com>
Mon, 22 Jan 2018 19:55:53 +0000 (11:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jan 2018 23:43:39 +0000 (23:43 +0000)
Since the primary f2fs utilities are provided by the meta-openembedded
meta-filesystems layer, we disable the testing of that functionality
here.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/imagefeatures.py

index 0ffb686921ca1b27c703f9c6b4a750337f8a2dc2..09e0b20625b102fc328b6be2e20f6b326eb50afc 100644 (file)
@@ -211,7 +211,7 @@ class ImageFeatures(OESelftestTestCase):
         image_name = 'core-image-minimal'
 
         img_types = [itype for itype in get_bb_var("IMAGE_TYPES", image_name).split() \
-                         if itype not in ('container', 'elf', 'multiubi')]
+                         if itype not in ('container', 'elf', 'f2fs', 'multiubi')]
 
         config = 'IMAGE_FSTYPES += "%s"\n'\
                  'MKUBIFS_ARGS ?= "-m 2048 -e 129024 -c 2047"\n'\