diff options
author | Changqing Li <changqing.li@windriver.com> | 2025-05-30 10:41:44 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-29 21:07:31 -0700 |
commit | 96ef6227b81a74707b77c2c71084984df7c8f26e (patch) | |
tree | 0a53a362cc99888d4316337afdb09c351d380fb3 | |
parent | 606849dd407827200200c9fee66110426d36899b (diff) | |
download | meta-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.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 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 = "%" | |||
29 | CHECK_VERSION_PV:pn-netperf = "2.7.%" | 29 | CHECK_VERSION_PV:pn-netperf = "2.7.%" |
30 | CHECK_VERSION_PV:pn-bridge-utils = "1.7%" | 30 | 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 = "%" | ||