summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-04-14 16:27:12 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-15 12:52:19 -0700
commite3b7463fc1da44a62d2c7ffdf5e82af625be5fbc (patch)
tree0abd5568f6d0f6223ac60525ed4e9e47dc619203
parent883d5636f42385b356652998408c9242ccb9fdec (diff)
downloadmeta-openembedded-e3b7463fc1da44a62d2c7ffdf5e82af625be5fbc.tar.gz
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 <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 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}"
20CHECK_VERSION_PV:pn-can-utils = "%" 20CHECK_VERSION_PV:pn-can-utils = "%"
21CHECK_VERSION_PV:pn-luajit = "${PV}.%" 21CHECK_VERSION_PV:pn-luajit = "${PV}.%"
22CHECK_VERSION_PV:pn-sg3-utils = "%" 22CHECK_VERSION_PV:pn-sg3-utils = "%"
23CHECK_VERSION_PV:pn-netperf = "2.7.%"