summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-11-08 09:16:24 -0500
committerSteve Sakoman <steve@sakoman.com>2023-12-15 03:54:00 -1000
commita59dc45a40fcb9c18883a0e9cf67faf5dac5020d (patch)
tree99378bb72a33e9f5fdda6541c73a788a22f16392 /meta/recipes-kernel/kern-tools
parenta36f2c039171175b68560c2e5104a80f6909c855 (diff)
downloadpoky-a59dc45a40fcb9c18883a0e9cf67faf5dac5020d.tar.gz
kern-tools: bump SRCREV for queue processing changes
Bumping the SRCREV to pickup a new option to the patch and merge queue handling scripts. The new option '--prev' allows us to change the behaviour of a subsequent runs to retry a failed patch, versus skipping it. (From OE-Core rev: 5a57d0e451dc24e7ec4effa41c32812f1c5edc89) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 231256485ae528773a4da9fad8bf4baff26fc0d2) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-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 e109cd7454..e4b5eea659 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-native" 12DEPENDS = "git-native"
13 13
14SRCREV = "270f9ccc5e2998cd1f3ed1e32d02e356793e4680" 14SRCREV = "0ae81fdbb1ae1546371206aeb3f5fb530dff8ddc"
15PV = "0.3+git" 15PV = "0.3+git"
16 16
17inherit native 17inherit native