]> code.ossystems Code Review - openembedded-core.git/commit
reproducible_build_simple.bbclass: simple environment for reproducible binaries
authorJuro Bystricky <juro.bystricky@intel.com>
Sat, 10 Mar 2018 18:57:49 +0000 (10:57 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Mar 2018 22:05:58 +0000 (15:05 -0700)
commit5c2685c5ee2f8210a36b9a8591491b6af0482084
treee71fc46d828c531df1a870280552dced17c9f35f
parent27f87bbc8395a2481ef808465a62d213a6b678ac
reproducible_build_simple.bbclass: simple environment for reproducible binaries

Export environmental variables needed for binary reproducibility with consistent values.

This class can be used either directly via:
INHERIT += "reproducible_build_simple"

or can be inherited by a more complex/complete bbclass, for example a bblass which
will crack SOURCE_DATE_EPOCH for each recipe.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/reproducible_build_simple.bbclass [new file with mode: 0644]