From 17b21107213a869b2d70fcef179614668118a0bb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 10 Apr 2025 14:55:38 -0400 Subject: [PATCH] kern-tools: allow comments after configuration options Bumping the kern-tools SRCREV to allow comments after configuration options. Without this update of the regex, symbol_why will incorrectly detect that options are not in the final .config during audit. (From OE-Core rev: 79135df956b536d3be1ca86d28d5c77d59c672c4) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9f30be01ff..6dd19f1f09 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 = "bfca22a52ec54c77ed0d34a56338bc1fe0a3b0db" +SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2" PV = "0.3+git" inherit native