diff mbox series

[meta-oe,3/7] conf/version-check.conf: skip piglit

Message ID 20250417080516.3158818-3-Qi.Chen@windriver.com
State Under Review
Headers show
Series [meta-oe,1/7] check-version-mismatch.bbclass: avoid single '(' in version output | expand

Commit Message

Chen, Qi April 17, 2025, 8:05 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

piglit is an open-source test suite for OpenGL implementations. It
contains a whole lot of programs which all do not give out any version
information. Running version check for piglit is a waste of time (~1h),
so setting a '%' to skip it.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-oe/conf/version-check.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf
index c41df0d496..5ab9a1d665 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -13,6 +13,7 @@  CHECK_VERSION_PV:pn-vim-tiny = "${@'.'.join(d.getVar('PV').split('.')[:-1])}"
 CHECK_VERSION_PV:pn-ncurses = "${PV}.%"
 CHECK_VERSION_PV:pn-alsa-tools = "%"
 CHECK_VERSION_PV:pn-gst-examples = "%"
+CHECK_VERSION_PV:pn-piglit = "%"
 CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}"
 
 # meta-oe