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:
parent
730b1f554d
commit
0e7e2bcfe3
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue