conf/distro/netmodule-linux: set SOURCE_DATE_EPOCH to 1st July '22

setting the SOURCE_DATE_EPOCH to 1st of July 2022 (right after the
release date of version 1.5.2) for reproducible builds and to make
the date compatible with python zip which does not support files
with timestamps before 1980.

Part of yocto upgrade from dunfell to kirkstone
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2022-07-19 13:57:26 +00:00 committed by Alexandre Bard
parent 730b1f554d
commit 0e7e2bcfe3
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ DISTRO = "netmodule-linux"
DISTRO_NAME = "NetModule Linux Distribution"
DISTRO_VERSION ?= "x.y.z.develop"
export SOURCE_DATE_EPOCH = "1656633600"
INIT_MANAGER = "systemd"
KERNEL_MODULE_AUTOLOAD += "cryptodev"