1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +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
+12
View File
@@ -2209,6 +2209,18 @@ commit, and log. From the information, report files using a JSON format
are created and stored in
``${``\ :term:`LOG_DIR`\ ``}/error-report``.
.. _ref-classes-reproducible-build:
``reproducible_build.bbclass``
==============================
The ``reproducible_build.bbclass`` class enables
:ref:`test-manual/reproducible-builds:reproducible builds` by computing
a :term:`SOURCE_DATE_EPOCH` value in each component's build environment, so
that the build is independent from the time when the component was built.
Poky inherits this class by default since version 3.1.
.. _ref-classes-rm-work:
``rm_work.bbclass``