From 96ef6227b81a74707b77c2c71084984df7c8f26e Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Fri, 30 May 2025 10:41:44 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/conf/version-check.conf | 1 + 1 file changed, 1 insertion(+) 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 = "%"