1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

ref-manual: document "reproducible_build" class and SOURCE_DATE_EPOCH

(From yocto-docs rev: ab6d3dbf57cac560b9b142cf5becf11d3edf09b7)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Opdenacker
2021-10-19 14:35:58 +02:00
committed by Richard Purdie
parent d03d151093
commit 9bdb2db854
3 changed files with 32 additions and 2 deletions
@@ -55,8 +55,9 @@ Reproducible builds now enabled by default
In order to avoid unnecessary differences in output files (aiding binary
reproducibility), the Poky distribution configuration
(``DISTRO = "poky"``) now inherits the ``reproducible_build`` class by
default.
(``DISTRO = "poky"``) now inherits the
:ref:`reproducible-build <ref-classes-reproducible-build>` class
by default.
.. _migration-3.1-ptest-feature-impact: