summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-04-10 14:55:38 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-23 19:48:04 +0100
commit17b21107213a869b2d70fcef179614668118a0bb (patch)
tree4e2b9ba21fd057ab4f985ed66ae8107a63d1c730
parent542eec1b1cd251307089ab0d25032793f33c6556 (diff)
downloadpoky-17b21107213a869b2d70fcef179614668118a0bb.tar.gz
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 <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/kern-tools/kern-tools-native_git.bb2
1 files changed, 1 insertions, 1 deletions
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 = "\
11 11
12DEPENDS += "git-replacement-native" 12DEPENDS += "git-replacement-native"
13 13
14SRCREV = "bfca22a52ec54c77ed0d34a56338bc1fe0a3b0db" 14SRCREV = "c8c1f17867d0cc7d04be225ba4901f2373428be2"
15PV = "0.3+git" 15PV = "0.3+git"
16 16
17inherit native 17inherit native