From 0e7e2bcfe304c65a75f83360c3c15d46de3db762 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Tue, 19 Jul 2022 13:57:26 +0000 Subject: [PATCH] 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 --- conf/distro/netmodule-linux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index c6a1da4..cb36057 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -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"