Config.in: improve BR2_REPRODUCIBLE help text
authorJérôme Pouiller <jezz@sysmic.org>
Wed, 23 Nov 2016 12:58:56 +0000 (13:58 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 23 Nov 2016 22:01:25 +0000 (23:01 +0100)
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in

index 5cf0c4d290a01d3cf40555ac9ee688eff2c30c47..98096dff12e1c51c1950728cd160bd7ab1c1993f 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -707,6 +707,12 @@ config BR2_REPRODUCIBLE
          this allows to generate exactly identical binaries from one
          build to the other, including on different machines.
 
+         The current implementation is restricted to builds with the
+         same output directory. Many (absolute) paths are recorded in
+         intermediary files, and it is very likely that some of these
+         paths leak into the target rootfs. If you build with the
+         same O=... path, however, the result is identical.
+
          This is labeled as an experimental feature, as not all
          packages behave properly to ensure reproducibility.