diff options
author | Changqing Li <changqing.li@windriver.com> | 2025-05-30 10:41:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-29 21:07:31 -0700 |
commit | 5028e52c4e44a7fe57dddfcdd1004457f741173b (patch) | |
tree | 21647a1320710bb1a01e223daf68402f716eaa03 | |
parent | 3ce3d3bdb507525500e2db797118823394ea4b1d (diff) | |
download | meta-openembedded-5028e52c4e44a7fe57dddfcdd1004457f741173b.tar.gz |
version-check.conf: mute version mismatch warning for pps-tools
The version get by the version check tool is wrong, the output
include version of grep. Skip checking to mute the warning
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 8329d58e64..a12d1cb9b3 100644 --- a/meta-oe/conf/version-check.conf +++ b/meta-oe/conf/version-check.conf | |||
@@ -31,3 +31,4 @@ CHECK_VERSION_PV:pn-bridge-utils = "1.7%" | |||
31 | CHECK_VERSION_PV:pn-turbostat = "2024.07.26" | 31 | CHECK_VERSION_PV:pn-turbostat = "2024.07.26" |
32 | CHECK_VERSION_PV:pn-bpftool = "%" | 32 | CHECK_VERSION_PV:pn-bpftool = "%" |
33 | CHECK_VERSION_PV:pn-libhugetlbfs = "%" | 33 | CHECK_VERSION_PV:pn-libhugetlbfs = "%" |
34 | CHECK_VERSION_PV:pn-pps-tools = '%' | ||