diff mbox series

[05/12] kern-tools: make lower context patches reproducible

Message ID e80668f7f62ed3bf0a4f357c5acb775925438d31.1699452828.git.bruce.ashfield@gmail.com
State Accepted, archived
Commit a76a31419e8f3c612699bc45dfc7637d6d542c08
Headers show
Series [01/12] linux-yocto/6.5: update to v6.5.8 | expand

Commit Message

Bruce Ashfield Nov. 8, 2023, 2:16 p.m. UTC
From: Bruce Ashfield <bruce.ashfield@gmail.com>

It could be argued that it should be an error to have a
reduced context patch now that we've had many years to
ensure that our kernel path queues are clean.

But there are still some supported scenarios where a
patch is on multiple branches and reduced context makes
sense.

Applying the following patch to make sure these are
reproducible like the primary mode of application.

   kgit-s2q: use additional git-am options with reduced context as well

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 3fcfe4b4c3..e109cd7454 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 = "6645d3897cc2eeb1237ee0e2ff5342bd73ee0875"
+SRCREV = "270f9ccc5e2998cd1f3ed1e32d02e356793e4680"
 PV = "0.3+git"
 
 inherit native