mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
uninative-tarball.xz - reproducibility fix
added --clamp-mtime --mtime to the tar command see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15148 (From OE-Core rev: 2ef7c63871ab4fb62a9cea45a23a78bf9d541e4a) Signed-off-by: Robert Berger <Robert.Berger@ReliableEmbeddedSystems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
34bafb3cf2
commit
23549b87c5
@@ -285,7 +285,7 @@ python check_sdk_sysroots() {
|
||||
dir_walk(SCAN_ROOT)
|
||||
}
|
||||
|
||||
SDKTAROPTS = "--owner=root --group=root"
|
||||
SDKTAROPTS = "--owner=root --group=root --clamp-mtime --mtime=@${SOURCE_DATE_EPOCH}"
|
||||
|
||||
fakeroot archive_sdk() {
|
||||
# Package it up
|
||||
|
||||
Reference in New Issue
Block a user