summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/reproducible_build_simple.bbclass1
-rw-r--r--meta/conf/bitbake.conf1
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/reproducible_build_simple.bbclass b/meta/classes/reproducible_build_simple.bbclass
index dd11cd98d6..8a60deef3d 100644
--- a/meta/classes/reproducible_build_simple.bbclass
+++ b/meta/classes/reproducible_build_simple.bbclass
@@ -4,7 +4,6 @@ BUILD_REPRODUCIBLE_BINARIES = "1"
4 4
5export PYTHONHASHSEED = "0" 5export PYTHONHASHSEED = "0"
6export PERL_HASH_SEED = "0" 6export PERL_HASH_SEED = "0"
7export TZ = 'UTC'
8export SOURCE_DATE_EPOCH ??= "1520598896" 7export SOURCE_DATE_EPOCH ??= "1520598896"
9 8
10REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" 9REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896"
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 60590e23cc..ec3207c7a0 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -539,6 +539,7 @@ export MAKE = "make"
539EXTRA_OEMAKE = "" 539EXTRA_OEMAKE = ""
540EXTRA_OECONF = "" 540EXTRA_OECONF = ""
541export LC_ALL = "en_US.UTF-8" 541export LC_ALL = "en_US.UTF-8"
542export TZ = 'UTC'
542 543
543################################################################## 544##################################################################
544# Patch handling. 545# Patch handling.