From 301a5fd516a0aeb88a49358f4e254d7e8a1ede5e Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 17 Apr 2025 01:05:12 -0700 Subject: [PATCH] conf/version-check.conf: skip piglit 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 Signed-off-by: Khem Raj --- meta-oe/conf/version-check.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf index 7193ece705..85ac456a3e 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