From ee674a0494a667a9fd2a3691618f736f6a58fb76 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 22 Jan 2025 11:03:24 +0100 Subject: [PATCH] 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 --- meta/lib/oeqa/selftest/cases/runtime_test.py | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.47.3