summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/reproducible-builds.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-12-06 19:09:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 10:41:21 +0000
commitf417d3274c427908c43f8cd20e797609450a3724 (patch)
treeb09dd3addc6a43f1711573ee66db7c5445bc2d72 /documentation/test-manual/reproducible-builds.rst
parentf3adc7a899b85101238b24989ebf824a6066f9fa (diff)
downloadpoky-f417d3274c427908c43f8cd20e797609450a3724.tar.gz
manuals: add missing references to variables
[YOCTO #14508] (From yocto-docs rev: 7878a21be8fb6c7a1ab88ae44aa5f7bf0079391a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual/reproducible-builds.rst')
-rw-r--r--documentation/test-manual/reproducible-builds.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/reproducible-builds.rst b/documentation/test-manual/reproducible-builds.rst
index 61127de23c..2a2f7790d2 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -71,7 +71,7 @@ things we do within the build system to ensure reproducibility include:
71.. note:: 71.. note::
72 72
73 Because of an open bug in GCC, using ``DISTRO_FEATURES:append = " lto"`` or 73 Because of an open bug in GCC, using ``DISTRO_FEATURES:append = " lto"`` or
74 adding ``-flto`` (Link Time Optimization) to ``CFLAGS`` makes the resulting 74 adding ``-flto`` (Link Time Optimization) to :term:`CFLAGS` makes the resulting
75 binary non-reproducible, in that it depends on the full absolute build path 75 binary non-reproducible, in that it depends on the full absolute build path
76 to ``recipe-sysroot-native``, so installing the Yocto Project in a different 76 to ``recipe-sysroot-native``, so installing the Yocto Project in a different
77 directory results in a different binary. 77 directory results in a different binary.