mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f461ae8b4d
commit
63f08ef496
@@ -191,7 +191,7 @@ class TestImage(OESelftestTestCase):
|
||||
features += 'TEST_SUITES = "ping ssh virgl"\n'
|
||||
features += 'IMAGE_FEATURES_append = " ssh-server-dropbear"\n'
|
||||
features += 'IMAGE_INSTALL_append = " kmscube"\n'
|
||||
features += 'TEST_RUNQEMUPARAMS = "gtk-gl"\n'
|
||||
features += 'TEST_RUNQEMUPARAMS = "gtk gl"\n'
|
||||
self.write_config(features)
|
||||
bitbake('core-image-minimal')
|
||||
bitbake('-c testimage core-image-minimal')
|
||||
|
||||
Reference in New Issue
Block a user