diff options
Diffstat (limited to 'documentation/test-manual')
-rw-r--r-- | documentation/test-manual/reproducible-builds.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst index 2a2f7790d2..50256fb197 100644 --- a/documentation/test-manual/reproducible-builds.rst +++ b/documentation/test-manual/reproducible-builds.rst | |||
@@ -24,8 +24,8 @@ reproducibility matters. The primary focus of the project is the ability to | |||
24 | detect security issues being introduced. However, from a Yocto Project | 24 | detect security issues being introduced. However, from a Yocto Project |
25 | perspective, it is also hugely important that our builds are deterministic. When | 25 | perspective, it is also hugely important that our builds are deterministic. When |
26 | you build a given input set of metadata, we expect you to get consistent output. | 26 | you build a given input set of metadata, we expect you to get consistent output. |
27 | This has always been a key focus but, :yocto_docs:`since release 3.1 ("dunfell") | 27 | This has always been a key focus but, :ref:`since release 3.1 ("dunfell") |
28 | </ref-manual/migration-3.1.html#reproducible-builds-now-enabled-by-default>`, | 28 | <migration-guides/migration-3.1:reproducible builds now enabled by default>`, |
29 | it is now true down to the binary level including timestamps. | 29 | it is now true down to the binary level including timestamps. |
30 | 30 | ||
31 | For example, at some point in the future life of a product, you find that you | 31 | For example, at some point in the future life of a product, you find that you |