diff options
| -rw-r--r-- | meta/classes/reproducible_build_simple.bbclass | 1 | ||||
| -rw-r--r-- | meta/conf/bitbake.conf | 1 |
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 | ||
| 5 | export PYTHONHASHSEED = "0" | 5 | export PYTHONHASHSEED = "0" |
| 6 | export PERL_HASH_SEED = "0" | 6 | export PERL_HASH_SEED = "0" |
| 7 | export TZ = 'UTC' | ||
| 8 | export SOURCE_DATE_EPOCH ??= "1520598896" | 7 | export SOURCE_DATE_EPOCH ??= "1520598896" |
| 9 | 8 | ||
| 10 | REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" | 9 | REPRODUCIBLE_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" | |||
| 539 | EXTRA_OEMAKE = "" | 539 | EXTRA_OEMAKE = "" |
| 540 | EXTRA_OECONF = "" | 540 | EXTRA_OECONF = "" |
| 541 | export LC_ALL = "en_US.UTF-8" | 541 | export LC_ALL = "en_US.UTF-8" |
| 542 | export TZ = 'UTC' | ||
| 542 | 543 | ||
| 543 | ################################################################## | 544 | ################################################################## |
| 544 | # Patch handling. | 545 | # Patch handling. |
