diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2019-09-14 14:24:21 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-09-15 10:14:41 +0300 |
commit | fe013f8bc160d79c6e33bb66d9bb0cd24949274c (patch) | |
tree | 30fae2c697f912fd0b04d3c01eae81b699e93414 /Documentation/kbuild/index.rst | |
parent | cbacb5ab0aa04a49030e520523ef9405c9cafa95 (diff) | |
download | linux-fe013f8bc160d79c6e33bb66d9bb0cd24949274c.tar.xz |
Documentation: kbuild: Add document about reproducible builds
In the Distribution Kernels track at Linux Plumbers Conference there
was some discussion around the difficulty of making kernel builds
reproducible.
This is a solved problem, but the solutions don't appear to be
documented in one place. This document lists the issues I know about
and the settings needed to ensure reproducibility.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/kbuild/index.rst')
-rw-r--r-- | Documentation/kbuild/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/kbuild/index.rst b/Documentation/kbuild/index.rst index e323a3f2cc81..0f144fad99a6 100644 --- a/Documentation/kbuild/index.rst +++ b/Documentation/kbuild/index.rst @@ -18,6 +18,7 @@ Kernel Build System headers_install issues + reproducible-builds .. only:: subproject and html |