Bläddra i källkod

Config.in: improve BR2_REPRODUCIBLE help text

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jérôme Pouiller 8 år sedan
förälder
incheckning
bedb16105d
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      Config.in

+ 6 - 0
Config.in

@@ -707,6 +707,12 @@ config BR2_REPRODUCIBLE
 	  this allows to generate exactly identical binaries from one
 	  this allows to generate exactly identical binaries from one
 	  build to the other, including on different machines.
 	  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
 	  This is labeled as an experimental feature, as not all
 	  packages behave properly to ensure reproducibility.
 	  packages behave properly to ensure reproducibility.