summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/buildoptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/buildoptions.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/buildoptions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py
index 01ea4dce39..104448442a 100644
--- a/meta/lib/oeqa/selftest/cases/buildoptions.py
+++ b/meta/lib/oeqa/selftest/cases/buildoptions.py
@@ -50,8 +50,6 @@ class ImageOptionsTests(OESelftestTestCase):
50 loglines = "".join(f.readlines()) 50 loglines = "".join(f.readlines())
51 self.assertIn("ccache", loglines, msg="No match for ccache in %s log.do_compile. For further details: %s" % (recipe , log_compile)) 51 self.assertIn("ccache", loglines, msg="No match for ccache in %s log.do_compile. For further details: %s" % (recipe , log_compile))
52 52
53 # https://bugzilla.yoctoproject.org/show_bug.cgi?id=14962
54 @skipIfMachine("qemuarm64", "fails on qemuarm64 (uses SERIAL_CONSOLES_CHECK)")
55 def test_read_only_image(self): 53 def test_read_only_image(self):
56 distro_features = get_bb_var('DISTRO_FEATURES') 54 distro_features = get_bb_var('DISTRO_FEATURES')
57 if not ('x11' in distro_features and 'opengl' in distro_features): 55 if not ('x11' in distro_features and 'opengl' in distro_features):