From 34d69cc1b3ff1c69a3af8d33c579569d39268d31 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 19 Oct 2021 14:43:06 +0200 Subject: test-manual: how to enable reproducible builds (From yocto-docs rev: 2f6780b837b3c17bc7fd1d2d1420e2e893960a27) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/test-manual/reproducible-builds.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'documentation') diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst index 349cd1953e..01980d083e 100644 --- a/documentation/test-manual/reproducible-builds.rst +++ b/documentation/test-manual/reproducible-builds.rst @@ -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 ` class +in the configuration for your distribution. + +This is what the Poky reference distribution does:: + + INHERIT += "reproducible_build" + =================== How we implement it =================== -- cgit v1.2.3-54-g00ecf