Home
last modified time | relevance | path

Searched refs:SOURCE_DATE_EPOCH (Results 1 – 9 of 9) sorted by relevance

/buildroot/package/fakedate/
A Dfakedate38 if [ -n "$SOURCE_DATE_EPOCH" ]; then
52 ARGS="-d @$SOURCE_DATE_EPOCH"
/buildroot/fs/erofs/
A Derofs.mk15 -T $(SOURCE_DATE_EPOCH) \
/buildroot/package/lzop/
A D0001-allow-overriding-modification-time.patch6 $SOURCE_DATE_EPOCH, required for reproducible build. It was submitted to
24 + const char *source_date_epoch = getenv("SOURCE_DATE_EPOCH");
/buildroot/fs/iso9660/
A Diso9660.mk62 ROOTFS_ISO9660_FIX_TIME = touch -d @$(SOURCE_DATE_EPOCH)
/buildroot/fs/
A Dcommon.mk48 find $(TARGET_DIR) -print0 | xargs -0 -r touch -hd @$(SOURCE_DATE_EPOCH)
/buildroot/package/python3/
A Dpython3.mk258 xargs -0 --no-run-if-empty touch -d @$(SOURCE_DATE_EPOCH)
/buildroot/
A DMakefile521 export SOURCE_DATE_EPOCH ?= $(or $(BR2_VERSION_GIT_EPOCH),$(BR2_VERSION_EPOCH)) macro
A DConfig.in733 # SOURCE_DATE_EPOCH support in toolchain-wrapper requires GCC 4.4
A DCHANGES4409 - Do not handle SOURCE_DATE_EPOCH in toolchain wrapper if the
4879 - Do not handle SOURCE_DATE_EPOCH in toolchain wrapper if the
7987 ARCv2. The toolchain wrapper now handles SOURCE_DATE_EPOCH for
8029 Reproducible: Do not override SOURCE_DATE_EPOCH if already set
8658 Reproducible: Do not override SOURCE_DATE_EPOCH if already set
8902 Support for SOURCE_DATE_EPOCH in the toolchain wrapper for

Completed in 37 milliseconds