]> code.ossystems Code Review - openembedded-core.git/commit
reproducible: Move class function code into library
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Oct 2021 11:17:55 +0000 (12:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Oct 2021 16:35:01 +0000 (17:35 +0100)
commitf2fd1c9d75e774c8a5271cdc1ec6f65c4492f941
tree5ba16022ad6aed0c4098533eb211185df03689eb
parent80afddd3ae862b125f674702aff6330e87d55338
reproducible: Move class function code into library

To try and avoid parse/memory overhead of functions within bitbake,
move the bulk of the reproducibility functions to the function library.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/classes/reproducible_build.bbclass
meta/lib/oe/reproducible.py