summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/selftest/runtime-test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/runtime-test.py b/meta/lib/oeqa/selftest/runtime-test.py
index 20caa97d16..a105f3f579 100644
--- a/meta/lib/oeqa/selftest/runtime-test.py
+++ b/meta/lib/oeqa/selftest/runtime-test.py
@@ -95,6 +95,8 @@ class TestImage(oeSelfTest):
95 Product: oe-core 95 Product: oe-core
96 Author: Mariano Lopez <mariano.lopez@intel.com> 96 Author: Mariano Lopez <mariano.lopez@intel.com>
97 """ 97 """
98 if get_bb_var('DISTRO') == 'poky-tiny':
99 self.skipTest('core-image-full-cmdline not buildable for poky-tiny')
98 100
99 features = 'INHERIT += "testimage"\n' 101 features = 'INHERIT += "testimage"\n'
100 features += 'TEST_SUITES = "ping ssh selftest"\n' 102 features += 'TEST_SUITES = "ping ssh selftest"\n'