diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-09-12 17:36:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-16 23:02:44 +0100 |
commit | 63f08ef4968576fca8d6f5d28d86d71c3e980b8e (patch) | |
tree | 5f6ef736a1ef409978a08397a13f40a350852ede /meta/lib | |
parent | f461ae8b4da443e972dee29058a8f2cae8b051c2 (diff) | |
download | poky-63f08ef4968576fca8d6f5d28d86d71c3e980b8e.tar.gz |
runqemu: decouple gtk and gl options
This will allow not having to multiply these options for the sdl
frontend, instead combining them as needed.
(From OE-Core rev: 922eb5012364b1603338cfa617712b941e892bbf)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/runtime_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 20969d2c48..3f212bd0ea 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
@@ -191,7 +191,7 @@ class TestImage(OESelftestTestCase): | |||
191 | features += 'TEST_SUITES = "ping ssh virgl"\n' | 191 | features += 'TEST_SUITES = "ping ssh virgl"\n' |
192 | features += 'IMAGE_FEATURES_append = " ssh-server-dropbear"\n' | 192 | features += 'IMAGE_FEATURES_append = " ssh-server-dropbear"\n' |
193 | features += 'IMAGE_INSTALL_append = " kmscube"\n' | 193 | features += 'IMAGE_INSTALL_append = " kmscube"\n' |
194 | features += 'TEST_RUNQEMUPARAMS = "gtk-gl"\n' | 194 | features += 'TEST_RUNQEMUPARAMS = "gtk gl"\n' |
195 | self.write_config(features) | 195 | self.write_config(features) |
196 | bitbake('core-image-minimal') | 196 | bitbake('core-image-minimal') |
197 | bitbake('-c testimage core-image-minimal') | 197 | bitbake('-c testimage core-image-minimal') |