diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-01-22 11:03:24 +0100 |
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-01-23 11:56:47 +0000 |
| commit | a58e99ce3a5724bec5490b61c48178bdbd4f2ebe (patch) | |
| tree | 6317af5db33ba9be1b0242a302cf29ddfec2fafe | |
| parent | fc1a20c7071db1807afe81b78511e5297160b6e4 (diff) | |
| download | poky-a58e99ce3a5724bec5490b61c48178bdbd4f2ebe.tar.gz | |
selftest/virgl: add a link to RHEL merge request to address the missing vgem module
(From OE-Core rev: ee674a0494a667a9fd2a3691618f736f6a58fb76)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@arm.com>
| -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 27090ae5cd..4843d810a2 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -273,6 +273,8 @@ TEST_RUNQEMUPARAMS += " slirp" | |||
| 273 | import subprocess, os | 273 | import subprocess, os |
| 274 | 274 | ||
| 275 | distro = oe.lsb.distro_identifier() | 275 | distro = oe.lsb.distro_identifier() |
| 276 | # Merge request to address the issue on centos/rhel/derivatives: | ||
| 277 | # https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3449 | ||
| 276 | if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'centos-9', 'ubuntu-16.04', 'ubuntu-18.04'] or | 278 | if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'centos-9', 'ubuntu-16.04', 'ubuntu-18.04'] or |
| 277 | distro.startswith('almalinux') or distro.startswith('rocky')): | 279 | distro.startswith('almalinux') or distro.startswith('rocky')): |
| 278 | self.skipTest('virgl headless cannot be tested with %s' %(distro)) | 280 | self.skipTest('virgl headless cannot be tested with %s' %(distro)) |
