mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
fc1a20c707
commit
a58e99ce3a
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user