diff options
| author | Quentin Schulz <foss@0leil.net> | 2021-08-11 22:06:01 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:23 +0100 |
| commit | 3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f (patch) | |
| tree | 58769f99fa5ac2af2bbff9fe2fc829ee7132023d /documentation/test-manual | |
| parent | ed6482821c1cc04d3cd35f6b30631a4d09b594d1 (diff) | |
| download | poky-3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f.tar.gz | |
docs: fix new override syntax migration
Fix bits missed by the migration script.
(From yocto-docs rev: 452e0c5067476fd2ce81f09e6c73da84ced4bbd0)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Reviewed-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.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 c66c82f86a..68fdf547bd 100644 --- a/documentation/test-manual/reproducible-builds.rst +++ b/documentation/test-manual/reproducible-builds.rst | |||
| @@ -70,7 +70,7 @@ things we do within the build system to ensure reproducibility include: | |||
| 70 | 70 | ||
| 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 ``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 |
