summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/reproducible-builds.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/test-manual/reproducible-builds.rst')
-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===================