diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-10-05 17:17:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 22:01:24 +0100 |
commit | 60b02e9daa0bf545ddb54c3796fe4eda9fe56f92 (patch) | |
tree | bb2eb319a262b717ce7d69f2cfe516c8015a8711 /documentation/test-manual/reproducible-builds.rst | |
parent | f7a8e145e96b7056237e8911d799afa4430edbe3 (diff) | |
download | poky-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/reproducible-builds.rst')
-rw-r--r-- | documentation/test-manual/reproducible-builds.rst | 2 |
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 |