Home
last modified time | relevance | path

Searched refs:SOURCE_DATE_EPOCH (Results 26 – 36 of 36) sorted by relevance

12

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_base.bbclass288 SDKTAROPTS = "--owner=root --group=root --clamp-mtime --mtime=@${SOURCE_DATE_EPOCH}"
H A Dimage_types.bbclass119 export SOURCE_DATE_EPOCH=$(stat -c '%Y' ${IMAGE_ROOTFS})
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.1.rst189 - wic: honor the :term:`SOURCE_DATE_EPOCH` in case of updated fstab
H A Drelease-notes-4.2.rst128 - Implement repeatable disk identifiers based on :term:`SOURCE_DATE_EPOCH`
/openbmc/u-boot/
H A DMakefile1617 (if test -n "$${SOURCE_DATE_EPOCH}"; then \
1618 SOURCE_DATE="@$${SOURCE_DATE_EPOCH}"; \
H A DREADME3366 This is done using the SOURCE_DATE_EPOCH environment variable.
3367 SOURCE_DATE_EPOCH is to be set on the build host's shell, not as a configuration
3370 SOURCE_DATE_EPOCH should be set to a number of seconds since the epoch, in UTC.
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass208 source_date_epoch = d.getVar("SOURCE_DATE_EPOCH")
1012 source_date_epoch = d.getVar("SOURCE_DATE_EPOCH")
/openbmc/u-boot/tools/buildman/
H A DREADME963 setting the SOURCE_DATE_EPOCH environment variable to 0.
969 SOURCE_DATE_EPOCH=0 ./tools/buildman/buildman -I -P tegra
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_255.4.bb214 epoch = d.getVar('SOURCE_DATE_EPOCH') or "-1"
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass658 sde = int(d.getVar("SOURCE_DATE_EPOCH") or time.time())
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst7787 :term:`SOURCE_DATE_EPOCH`
7800 own :term:`SOURCE_DATE_EPOCH` value::
7802 SOURCE_DATE_EPOCH = "1613559011"

12