summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/populate_sdk_base.bbclass
diff options
context:
space:
mode:
authorRobert Berger <oecore.mailinglist@gmail.com>2023-06-30 15:14:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-24 10:39:06 +0000
commit23549b87c597f1c7b8492dbdacaf88e4e4b6ee76 (patch)
tree87dfb05d6b2d5625446c573d4888aa8009a7a8b3 /meta/classes-recipe/populate_sdk_base.bbclass
parent34bafb3cf27116872ade1d4d8f322f739ba0d3fd (diff)
downloadpoky-23549b87c597f1c7b8492dbdacaf88e4e4b6ee76.tar.gz
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>
Diffstat (limited to 'meta/classes-recipe/populate_sdk_base.bbclass')
-rw-r--r--meta/classes-recipe/populate_sdk_base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/populate_sdk_base.bbclass b/meta/classes-recipe/populate_sdk_base.bbclass
index dfd4bb1d4d..8fadfef942 100644
--- a/meta/classes-recipe/populate_sdk_base.bbclass
+++ b/meta/classes-recipe/populate_sdk_base.bbclass
@@ -285,7 +285,7 @@ python check_sdk_sysroots() {
285 dir_walk(SCAN_ROOT) 285 dir_walk(SCAN_ROOT)
286} 286}
287 287
288SDKTAROPTS = "--owner=root --group=root" 288SDKTAROPTS = "--owner=root --group=root --clamp-mtime --mtime=@${SOURCE_DATE_EPOCH}"
289 289
290fakeroot archive_sdk() { 290fakeroot archive_sdk() {
291 # Package it up 291 # Package it up