Files
poky/meta/classes/reproducible_build_simple.bbclass
Ross Burton cf7090d481 podfix: remove
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>
2020-02-04 15:56:29 +00:00

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}"