diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-11-08 09:16:23 -0500 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-12-15 03:54:00 -1000 |
| commit | a36f2c039171175b68560c2e5104a80f6909c855 (patch) | |
| tree | 819ca21b3f2315cde6ea806fd8688a044b7db4c3 | |
| parent | 5173c3d0aafef0e5f3735839a7c5603695ad1575 (diff) | |
| download | poky-a36f2c039171175b68560c2e5104a80f6909c855.tar.gz | |
kern-tools: make lower context patches reproducible
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
(From OE-Core rev: 7412f49779896cac68da25455c26c9e16c3460d2)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a76a31419e8f3c612699bc45dfc7637d6d542c08)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
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 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 = "\ | |||
| 11 | 11 | ||
| 12 | DEPENDS = "git-native" | 12 | DEPENDS = "git-native" |
| 13 | 13 | ||
| 14 | SRCREV = "6645d3897cc2eeb1237ee0e2ff5342bd73ee0875" | 14 | SRCREV = "270f9ccc5e2998cd1f3ed1e32d02e356793e4680" |
| 15 | PV = "0.3+git" | 15 | PV = "0.3+git" |
| 16 | 16 | ||
| 17 | inherit native | 17 | inherit native |
