summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kern-tools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-04-28 09:47:53 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-30 22:00:20 +0100
commit5b5ccb7bcedb3e0ef9f7213f93fee8c83c6c7058 (patch)
tree8a2a993f38e4dd5e091c8d7089464eb397a4a105 /meta/recipes-kernel/kern-tools
parent33df924c0029e539748b52a321d3575dfd795fae (diff)
downloadpoky-5b5ccb7bcedb3e0ef9f7213f93fee8c83c6c7058.tar.gz
kernel-yocto: allow patch author date to be commit date
In situations where a buid needs to be reproducible, it is sometimes desireable to use a patches author date, versus the time when it is applied. This generates a consistent hash between different patch applications. We leverage the existing KERNEL_DEBUG_TIMESTAMPS to trigger the use of a new option to kgit-s2q. This allows us to use the author date in a reproducible configuration, but disable it if we need the current time/date. (From OE-Core rev: ebe2411ce78d5e4ea49b9b4cb732b461ecc32ca6) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 a6ab9ca56d..11613ab3b6 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 = "90598a5fae1172e3f7782a1b02f7b7518efd32c8" 14SRCREV = "f70b1d52f4706a263ae22e2c61039ccd875e97b6"
15PV = "0.3+git${SRCPV}" 15PV = "0.3+git${SRCPV}"
16 16
17inherit native 17inherit native