Skip to content
Commit c90bd74e authored by Casey Reeves's avatar Casey Reeves Committed by Thomas Petazzoni
Browse files

boot/barebox: pass required environment variables for reproducible build



Barebox makes use of the same variables as the linux kernel does for
handling reproducible build -- KBUILD_BUILD_HOST,
KBUILD_BUILD_TIMESTAMP, KBUILD_BUILD_USER. This patch sets the proper
variables based on linux/linux.mk, and passes them to the make
invocation when building, to ensure a reproducible build is possible
when BR2_REPRODUCIBLE is enabled.

Signed-off-by: default avatarCasey Reeves <casey@xogium.me>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@bootlin.com>
parent bfef8876
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment