]> code.ossystems Code Review - openembedded-core.git/commit
reproducible: Move variable definitions to bitbake.conf
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Oct 2021 11:26:30 +0000 (12:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Oct 2021 16:35:01 +0000 (17:35 +0100)
commitf38a8de19550ae216575b5b39163666f74b07e2d
tree04d0bf83d0ca7761df00f76ae9f2cee5db765048
parentf2fd1c9d75e774c8a5271cdc1ec6f65c4492f941
reproducible: Move variable definitions to bitbake.conf

The reproducibility code was originally developed as separate
standalone class but development is no longer experimental and
the code is widely tested and used by default for poky. Reproducible
builds are the direction we need to take as a project.

Transition the core variable definitions to bitbake.conf as part of
a move to make these part of the default workflow.

This also helps reduce test matrix complexity as there is now one
code path.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/reproducible_build.bbclass
meta/classes/reproducible_build_simple.bbclass [deleted file]
meta/conf/bitbake.conf