summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-05-30 10:41:44 +0800
committerKhem Raj <raj.khem@gmail.com>2025-05-29 21:07:31 -0700
commit96ef6227b81a74707b77c2c71084984df7c8f26e (patch)
tree0a53a362cc99888d4316337afdb09c351d380fb3
parent606849dd407827200200c9fee66110426d36899b (diff)
downloadmeta-openembedded-96ef6227b81a74707b77c2c71084984df7c8f26e.tar.gz
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>
-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 dee5fe40d5..742ecfa487 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -29,3 +29,4 @@ CHECK_VERSION_PV:pn-sg3-utils = "%"
29CHECK_VERSION_PV:pn-netperf = "2.7.%" 29CHECK_VERSION_PV:pn-netperf = "2.7.%"
30CHECK_VERSION_PV:pn-bridge-utils = "1.7%" 30CHECK_VERSION_PV:pn-bridge-utils = "1.7%"
31CHECK_VERSION_PV:pn-turbostat = "2024.07.26" 31CHECK_VERSION_PV:pn-turbostat = "2024.07.26"
32CHECK_VERSION_PV:pn-bpftool = "%"