diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2025-04-17 01:05:12 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:04 -0700 |
| commit | 301a5fd516a0aeb88a49358f4e254d7e8a1ede5e (patch) | |
| tree | 23905ea131ff81e66e060d2facb59d3ab4645597 /meta-oe/conf | |
| parent | b1281d5bc8fff3f890d9923468a056affd993b73 (diff) | |
| download | meta-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.conf | 1 |
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])}" | |||
| 13 | CHECK_VERSION_PV:pn-ncurses = "${PV}.%" | 13 | CHECK_VERSION_PV:pn-ncurses = "${PV}.%" |
| 14 | CHECK_VERSION_PV:pn-alsa-tools = "%" | 14 | CHECK_VERSION_PV:pn-alsa-tools = "%" |
| 15 | CHECK_VERSION_PV:pn-gst-examples = "%" | 15 | CHECK_VERSION_PV:pn-gst-examples = "%" |
| 16 | CHECK_VERSION_PV:pn-piglit = "%" | ||
| 16 | CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}" | 17 | CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}" |
| 17 | 18 | ||
| 18 | # meta-oe | 19 | # meta-oe |
