mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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: 8dbce9b13960acfd6889567c11456e3c73a783b5) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ebe2411ce78d5e4ea49b9b4cb732b461ecc32ca6) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
49f308a414
commit
d696edd8d1
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "\
|
||||
|
||||
DEPENDS = "git-native"
|
||||
|
||||
SRCREV = "90598a5fae1172e3f7782a1b02f7b7518efd32c8"
|
||||
SRCREV = "f70b1d52f4706a263ae22e2c61039ccd875e97b6"
|
||||
PV = "0.3+git${SRCPV}"
|
||||
|
||||
inherit native
|
||||
|
||||
Reference in New Issue
Block a user