diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-05-13 10:24:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-05 21:36:31 +0100 |
commit | 6f19690b73ae803b3881e4dc1362864dd368448d (patch) | |
tree | 407034de8120ba7c42d912282137fc3bdeb22902 /meta/recipes-extended/libaio | |
parent | 6777db7ae7d869d969f9a3984fb895e582c515a5 (diff) | |
download | poky-6f19690b73ae803b3881e4dc1362864dd368448d.tar.gz |
kernel/reproducibility: kernel modules need SOURCE_DATE_EPOCH export
If CONFIG_IKHEADERS is set to =m, then reproducibility issues creep
into the modules build, since the variables we are setting for the
main kernel build are not present.
Since the source code must be available for a possibly git query
on the timestamp, there didn't seem to be an easy way to move the
environment variable setting to a common routine. As such, we
duplicate the block of code that exports the required variables for
reproducible builds. There is a maintenance risk to this, but any
issues should be easy enough to catch.
(From OE-Core rev: f511d78164581f80e7b8c592fe88ffbf38738150)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 82cdfcdccfedd320ebc0cdc778c7d4966198b96f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libaio')
0 files changed, 0 insertions, 0 deletions