Reproducible Build

From coreboot
Revision as of 23:27, 3 June 2015 by Lynxis (talk | contribs) (Created page with "coreboot itself is reproducible under certain requirements. But some (or even all?) payloads are not reproducible. = Requirements = * same GCC/LLVM version (use coreboot's to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The wiki is being retired!

Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!

coreboot itself is reproducible under certain requirements. But some (or even all?) payloads are not reproducible.

Requirements

  • same GCC/LLVM version (use coreboot's toolchain!)
  • same path of source code, because this is part of debug symbols

Payloads

seabios

  • includes hostname
  • includes build timestamp

other

unknown.