Fix non-reproducible Linux kernel build due to timestamps

Linux's KBUILD doesn't follow SOURCE_DATE_EPOCH, but rather it
uses its own variable, KBUILD_BUILD_TIMESTAMP.

While we are at it, also update kexec-linux's checksum, which
didn't match either. (This one was reproducible, it was just
out of date.)
This commit is contained in:
Gábor Stefanik 2023-12-25 10:16:17 +01:00
parent 55ad47acd7
commit 47711cfea9
2 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ SRCDIR=${SRCDIR}
MAKEJOBS=-j${JOBS}
export HOME=/tmp
export SOURCE_DATE_EPOCH=0
export KBUILD_BUILD_TIMESTAMP='@0'
export SHELL=/usr/bin/bash
DESTDIR=/tmp/destdir
EOF