From a232d95455199a90b740e5dc9214e9ddf71b5d64 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 17 Apr 2025 01:05:15 -0700 Subject: [PATCH] conf/version-check.conf: skip version check for a few recipes Now check-version-mismatch.bbclass can check scripts' output beside elf binaries output. We need to skip a few recipe. These recipes' scripts give some version information, but they are version information of scripts themselves instead of the package. There's no executable in these packages that can give out useful version information. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-oe/conf/version-check.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf index 85ac456a3e..dee5fe40d5 100644 --- a/meta-oe/conf/version-check.conf +++ b/meta-oe/conf/version-check.conf @@ -14,6 +14,11 @@ CHECK_VERSION_PV:pn-ncurses = "${PV}.%" CHECK_VERSION_PV:pn-alsa-tools = "%" CHECK_VERSION_PV:pn-gst-examples = "%" CHECK_VERSION_PV:pn-piglit = "%" +CHECK_VERSION_PV:pn-kernel-devsrc = "%" +CHECK_VERSION_PV:pn-qemuwrapper-cross = "%" +CHECK_VERSION_PV:pn-gnu-config = "%" +CHECK_VERSION_PV:pn-sysvinit-inittab = "%" +CHECK_VERSION_PV:pn-opkg-utils = "%" CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}" # meta-oe