From: Bruce Ashfield Date: Tue, 23 Jun 2026 01:28:04 +0000 (-0400) Subject: kern-tools: bump SRCREV for conditional 'depends on X if Y' support X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f592ee59e90e536af33648112658dafe00f5d0e;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git kern-tools: bump SRCREV for conditional 'depends on X if Y' support Pull in the yocto-kernel-tools fix for the kernel's conditional Kconfig dependency syntax (kernel commit 76df6815dab7, first in v7.0). Without it, do_kernel_configcheck fails on v7.0+ trees once a config uses the syntax (drivers/hv MSHV_ROOT): drivers/hv/Kconfig:77: error: couldn't parse 'depends on HYPERV_VMBUS if HYPERV_VMBUS': extra tokens at end of line This SRCREV also carries the symbol_why.py/kconf_check audit hardening (surface parse failures instead of swallowing them) and the new hermetic Kconfiglib self-test. Signed-off-by: Bruce Ashfield Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index bd90316050..2e13e4ca31 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\ DEPENDS += "git-replacement-native" -SRCREV = "a4a362d9f4f0abc8ab145a8673166b9bd875731a" +SRCREV = "96a8d58bcd260f104c193a81b727818424d7b263" PV = "0.3+git" inherit native