From 3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Wed, 11 Aug 2021 22:06:01 +0200 Subject: docs: fix new override syntax migration Fix bits missed by the migration script. (From yocto-docs rev: 452e0c5067476fd2ce81f09e6c73da84ced4bbd0) Signed-off-by: Quentin Schulz Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/test-manual/reproducible-builds.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/test-manual') 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: .. note:: - Because of an open bug in GCC, using ``DISTRO_FEATURES_append = " lto"`` or + Because of an open bug in GCC, using ``DISTRO_FEATURES:append = " lto"`` or adding ``-flto`` (Link Time Optimization) to ``CFLAGS`` makes the resulting binary non-reproducible, in that it depends on the full absolute build path to ``recipe-sysroot-native``, so installing the Yocto Project in a different -- cgit v1.2.3-54-g00ecf