mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
Now that we don't use the host pod2man (oe-core deda455) the podfix class is redundant and can be removed. (From OE-Core rev: 46884b1443d92cea877201296bd480b6cbd71cca) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
# Setup default environment for reproducible builds.
|
|
|
|
BUILD_REPRODUCIBLE_BINARIES = "1"
|
|
|
|
export PYTHONHASHSEED = "0"
|
|
export PERL_HASH_SEED = "0"
|
|
export SOURCE_DATE_EPOCH ??= "1520598896"
|
|
|
|
REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896"
|
|
BUILDNAME ??= "${REPRODUCIBLE_TIMESTAMP_ROOTFS}"
|