Reproducible Build: Difference between revisions

From coreboot
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 23:27, 3 June 2015

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.