summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-05 17:17:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 22:01:24 +0100
commit60b02e9daa0bf545ddb54c3796fe4eda9fe56f92 (patch)
treebb2eb319a262b717ce7d69f2cfe516c8015a8711 /documentation/test-manual
parentf7a8e145e96b7056237e8911d799afa4430edbe3 (diff)
downloadpoky-60b02e9daa0bf545ddb54c3796fe4eda9fe56f92.tar.gz
ref-manual: document DEBUG_PREFIX_MAP
Fixes [YOCTO #14433] (From yocto-docs rev: 23eb07c26044d06bc51c757bf1b0a53b1b357dc8) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual')
-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 68fdf547bd..349cd1953e 100644
--- a/documentation/test-manual/reproducible-builds.rst
+++ b/documentation/test-manual/reproducible-builds.rst
@@ -53,7 +53,7 @@ things we do within the build system to ensure reproducibility include:
53 53
54- Adding mappings to the compiler options to ensure debug filepaths are mapped 54- Adding mappings to the compiler options to ensure debug filepaths are mapped
55 to consistent target compatible paths. This is done through the 55 to consistent target compatible paths. This is done through the
56 ``DEBUG_PREFIX_MAP`` variable which sets the ``-fmacro-prefix-map`` and 56 :term:`DEBUG_PREFIX_MAP` variable which sets the ``-fmacro-prefix-map`` and
57 ``-fdebug-prefix-map`` compiler options correctly to map to target paths. 57 ``-fdebug-prefix-map`` compiler options correctly to map to target paths.
58- Being explicit about recipe dependencies and their configuration (no floating 58- Being explicit about recipe dependencies and their configuration (no floating
59 configure options or host dependencies creeping in). In particular this means 59 configure options or host dependencies creeping in). In particular this means