Explorar o código

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>
Saul Wold %!s(int64=7) %!d(string=hai) anos
pai
achega
58dd6fe372
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      meta/lib/oeqa/selftest/cases/imagefeatures.py

+ 1 - 1
meta/lib/oeqa/selftest/cases/imagefeatures.py

@@ -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'\