Make linux kernel builds reproducible when BUILDBOT selected
authorAlexander Couzens <lynxis@fe80.eu>
Wed, 12 Jun 2019 00:59:05 +0000 (02:59 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Sep 2019 11:22:40 +0000 (13:22 +0200)
commitc26a970f5b690d7b57f3f186afa3bbdccf3e1f49
tree1e434ba57d302e82578fca1195f18c17934e0395
parent1e887ddc8d805a76b59687bea9f520ccb0557223
Make linux kernel builds reproducible when BUILDBOT selected

The linux kernel is not reproducible because the build user
and domain is included into the kernel. Set the build user
to `builder` and build domain to buildhost.

It's also possible to build reproducible builds by setting
KERNEL_BUILD_USER KERNEL_BUILD_DOMAIN to static values.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
(cherry picked from commit fdd0a8d49118134070c13231b6d10ec88b9105da)
config/Config-kernel.in