From a59dc45a40fcb9c18883a0e9cf67faf5dac5020d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 8 Nov 2023 09:16:24 -0500 Subject: [PATCH] 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 Signed-off-by: Richard Purdie (cherry picked from commit 231256485ae528773a4da9fad8bf4baff26fc0d2) Signed-off-by: Steve Sakoman --- 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 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 = "\ DEPENDS = "git-native" -SRCREV = "270f9ccc5e2998cd1f3ed1e32d02e356793e4680" +SRCREV = "0ae81fdbb1ae1546371206aeb3f5fb530dff8ddc" PV = "0.3+git" inherit native