diff mbox series

[meta-oe,1/8] version-check.conf: mute version mismatch warning for bpftool

Message ID 20250530024151.4152523-1-changqing.li@windriver.com
State Under Review
Headers show
Series [meta-oe,1/8] version-check.conf: mute version mismatch warning for bpftool | expand

Commit Message

Changqing Li May 30, 2025, 2:41 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

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>
---
 meta-oe/conf/version-check.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 = "%"
 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 = "%"