version-check.conf: mute version mismatch warning for bpftool

bpftool is compiled from kernel source, we hope it has version
aligned with kernel version, but the sources will printout some
other versions,  skip this checking.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li 2025-05-30 10:41:44 +08:00 committed by Khem Raj
parent 606849dd40
commit 96ef6227b8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -29,3 +29,4 @@ CHECK_VERSION_PV:pn-sg3-utils = "%"
CHECK_VERSION_PV:pn-netperf = "2.7.%"
CHECK_VERSION_PV:pn-bridge-utils = "1.7%"
CHECK_VERSION_PV:pn-turbostat = "2024.07.26"
CHECK_VERSION_PV:pn-bpftool = "%"