From: Alexander Kanavin Date: Wed, 22 Jan 2025 10:03:24 +0000 (+0100) Subject: selftest/virgl: add a link to RHEL merge request to address the missing vgem module X-Git-Tag: yocto-5.2~716 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee674a0494a667a9fd2a3691618f736f6a58fb76;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git selftest/virgl: add a link to RHEL merge request to address the missing vgem module Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 27090ae5cd9..4843d810a20 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" 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))