summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-04-14 16:27:17 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-15 12:52:20 -0700
commitd6c334c52618e0aabd0f3e8989c0d7417a0a4ada (patch)
tree628942fe3c9a79a1c37575f0dfdc1eaeb361b19d /meta-oe/conf
parent7ca0d9b6d4f7cf79f34d03684a889592b20b7c95 (diff)
downloadmeta-openembedded-d6c334c52618e0aabd0f3e8989c0d7417a0a4ada.tar.gz
turbostat: make turbostat's version align with kernel version
* Current PV 3.4 is the kernel version when the recipe is newly added, set PKGV to KERNEL_VERSION to make it always align with kernel version * turbostat has its runtime version, set CHECK_VERSION_PV to this version to mute the version mismatch warning [snip of turbostat.c] void print_version() { fprintf(outf, "turbostat version 2024.07.26 - Len Brown <lenb@kernel.org>\n"); } [snip] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-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 ecc8802565..7193ece705 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -22,3 +22,4 @@ CHECK_VERSION_PV:pn-luajit = "${PV}.%"
22CHECK_VERSION_PV:pn-sg3-utils = "%" 22CHECK_VERSION_PV:pn-sg3-utils = "%"
23CHECK_VERSION_PV:pn-netperf = "2.7.%" 23CHECK_VERSION_PV:pn-netperf = "2.7.%"
24CHECK_VERSION_PV:pn-bridge-utils = "1.7%" 24CHECK_VERSION_PV:pn-bridge-utils = "1.7%"
25CHECK_VERSION_PV:pn-turbostat = "2024.07.26"