test-manual: how to enable reproducible builds

(From yocto-docs rev: 2f6780b837b3c17bc7fd1d2d1420e2e893960a27)

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:43:06 +02:00 committed by Richard Purdie
parent 9bdb2db854
commit 34d69cc1b3

View File

@ -44,6 +44,18 @@ same.
before finalizing your production images. It would be too late if you
only address this issue when the first updates are required.
================
How to enable it
================
You can enable build reproducibility by inheriting the
:ref:`reproducible-build <ref-classes-reproducible-build>` class
in the configuration for your distribution.
This is what the Poky reference distribution does::
INHERIT += "reproducible_build"
===================
How we implement it
===================