summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-04-17 01:05:12 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-19 14:36:04 -0700
commit301a5fd516a0aeb88a49358f4e254d7e8a1ede5e (patch)
tree23905ea131ff81e66e060d2facb59d3ab4645597 /meta-oe/conf
parentb1281d5bc8fff3f890d9923468a056affd993b73 (diff)
downloadmeta-openembedded-301a5fd516a0aeb88a49358f4e254d7e8a1ede5e.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r--meta-oe/conf/version-check.conf1
1 files changed, 1 insertions, 0 deletions
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])}"
13CHECK_VERSION_PV:pn-ncurses = "${PV}.%" 13CHECK_VERSION_PV:pn-ncurses = "${PV}.%"
14CHECK_VERSION_PV:pn-alsa-tools = "%" 14CHECK_VERSION_PV:pn-alsa-tools = "%"
15CHECK_VERSION_PV:pn-gst-examples = "%" 15CHECK_VERSION_PV:pn-gst-examples = "%"
16CHECK_VERSION_PV:pn-piglit = "%"
16CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}" 17CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}"
17 18
18# meta-oe 19# meta-oe