diff mbox series

[meta-oe] version-check.conf: mute version mismatch warning for bpftrace

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

Commit Message

Changqing Li Dec. 3, 2025, 9:07 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

bpftrace set the version by "git describe --dirty", since we have local
patch for bpftrace, '-dirty' will be added into the version, set
CHECK_VERSION_PV to mute the version mismatch warning

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 d1a6cdf7a5..3ff0bccfd6 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -36,3 +36,4 @@  CHECK_VERSION_PV:pn-libusb-compat = "0.1.12"
 CHECK_VERSION_PV:pn-jemalloc = "${@d.getVar('PV').split('+')[0]}%"
 CHECK_VERSION_PV:pn-dialog = "${@d.getVar('PV').split('-')[0]}%"
 CHECK_VERSION_PV:pn-flite = '%'
+CHECK_VERSION_PV:pn-bpftrace = '${PV}%'