mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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:
parent
9bdb2db854
commit
34d69cc1b3
|
@ -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
|
||||
===================
|
||||
|
|
Loading…
Reference in New Issue
Block a user