From af44766029c3b19a6d61732a57328cd2b241b084 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Mon, 28 Apr 2025 15:09:17 +0800 Subject: [PATCH] version-check.conf: add CHECK_VERSION_PV for pn-netperf For netperf, current PV is 2.7.0+git, and the SRCREV is newer than 2.7.0, and there is no tag 2.7.1, the latest tag is in 2015, refer [1], so it is not possile for us to make PV align with the runtime version below by update SRCREV now, add CHECK_VERSION_PV for pn-netperf to mute the version mismatch waring $netserver -V Netperf version 2.7.1 [1] https://github.com/HewlettPackard/netperf Signed-off-by: Changqing Li Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- 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 c41df0d496..130f2f6058 100644 --- a/meta-oe/conf/version-check.conf +++ b/meta-oe/conf/version-check.conf @@ -20,3 +20,4 @@ CHECK_VERSION_PV:pn-iozone3 = "3.${PV}" CHECK_VERSION_PV:pn-can-utils = "%" CHECK_VERSION_PV:pn-luajit = "${PV}.%" CHECK_VERSION_PV:pn-sg3-utils = "%" +CHECK_VERSION_PV:pn-netperf = "2.7.%"