[oe-commits] [openembedded-core] 02/02: selftest virtgl fixup

git at git.openembedded.org git at git.openembedded.org
Sun Mar 3 09:49:09 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b9540942910bcd3c4ca4c58c0f4ddd9ccde09613
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Mar 3 09:48:34 2019 +0000

    selftest virtgl fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/runtime_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index d164d3d..8e24193 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -179,10 +179,10 @@ class TestImage(OESelftestTestCase):
         """
         if "DISPLAY" not in os.environ:
             self.skipTest("virgl gtk test must be run inside a X session")
-        qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-native')
+        qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native')
         features = 'INHERIT += "testimage"\n'
         if 'gtk+' not in qemu_packageconfig:
-            features += 'PACKAGECONFIG_append_pn-qemu-native = " gtk+"\n'
+            features += 'PACKAGECONFIG_append_pn-qemu-system-native = " gtk+"\n'
         features += 'TEST_SUITES = "ping ssh virgl"\n'
         features += 'IMAGE_FEATURES_append = " ssh-server-dropbear"\n'
         features += 'IMAGE_INSTALL_append = " kmscube"\n'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list