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>
This commit is contained in:
Alexander Kanavin 2025-01-22 11:03:24 +01:00 committed by Ross Burton
parent fc1a20c707
commit a58e99ce3a

View File

@ -273,6 +273,8 @@ TEST_RUNQEMUPARAMS += " slirp"
import subprocess, os
distro = oe.lsb.distro_identifier()
# Merge request to address the issue on centos/rhel/derivatives:
# https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3449
if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'centos-9', 'ubuntu-16.04', 'ubuntu-18.04'] or
distro.startswith('almalinux') or distro.startswith('rocky')):
self.skipTest('virgl headless cannot be tested with %s' %(distro))