diff options
| author | Steve Sakoman <steve@sakoman.com> | 2022-10-06 06:11:42 -1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-27 16:54:43 +0100 |
| commit | 1a9dac1b5112f309c3f85a25df87a8a3e3bcd38b (patch) | |
| tree | 5518d211e83868afc6893629b3cac4dcf1bd775d | |
| parent | 87ecc7cef6fd208bad1d03331d82cd5d877c9007 (diff) | |
| download | poky-1a9dac1b5112f309c3f85a25df87a8a3e3bcd38b.tar.gz | |
selftest: skip virgl test on ubuntu 22.04
This test will fail any time the host has libdrm > 2.4.107
(From OE-Core rev: 8f53bba4936b79dfe8dfa30216990b3d440150a7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/runtime_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index df11984713..399727de49 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -191,6 +191,8 @@ class TestImage(OESelftestTestCase): | |||
| 191 | self.skipTest('virgl isn\'t working with Fedora 36') | 191 | self.skipTest('virgl isn\'t working with Fedora 36') |
| 192 | if distro and distro == 'opensuseleap-15.0': | 192 | if distro and distro == 'opensuseleap-15.0': |
| 193 | self.skipTest('virgl isn\'t working with Opensuse 15.0') | 193 | self.skipTest('virgl isn\'t working with Opensuse 15.0') |
| 194 | if distro and distro == 'ubuntu-22.04': | ||
| 195 | self.skipTest('virgl isn\'t working with Ubuntu 22.04') | ||
| 194 | 196 | ||
| 195 | qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native') | 197 | qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native') |
| 196 | sdl_packageconfig = get_bb_var('PACKAGECONFIG', 'libsdl2-native') | 198 | sdl_packageconfig = get_bb_var('PACKAGECONFIG', 'libsdl2-native') |
