diff options
author | Jérôme Pouiller <jezz@sysmic.org> | 2016-11-23 13:58:56 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-23 23:01:25 +0100 |
commit | bedb16105dd6742d3209af7ef45c23a8bb1c077f (patch) | |
tree | eba3fcdc1a4defb1b5389ef1a0473d85d0ae5264 | |
parent | 68db7210fd8e76120c27cdc4a1fe591de67c06c2 (diff) |
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>
-rw-r--r-- | Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |