summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-19 14:43:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-20 20:20:46 +0100
commit34d69cc1b3ff1c69a3af8d33c579569d39268d31 (patch)
tree24931823dbe0c24e040c23c70345ec75870a227d /documentation
parent9bdb2db85487811ca90e5c08edbeb9dbc742f830 (diff)
downloadpoky-34d69cc1b3ff1c69a3af8d33c579569d39268d31.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/test-manual/reproducible-builds.rst12
1 files changed, 12 insertions, 0 deletions
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.
44 before finalizing your production images. It would be too late if you 44 before finalizing your production images. It would be too late if you
45 only address this issue when the first updates are required. 45 only address this issue when the first updates are required.
46 46
47================
48How to enable it
49================
50
51You can enable build reproducibility by inheriting the
52:ref:`reproducible-build <ref-classes-reproducible-build>` class
53in the configuration for your distribution.
54
55This is what the Poky reference distribution does::
56
57 INHERIT += "reproducible_build"
58
47=================== 59===================
48How we implement it 60How we implement it
49=================== 61===================