From 056cad3dc25c561ef81f085000567bf75482720d Mon Sep 17 00:00:00 2001 From: Patrick Vogelaar Date: Wed, 3 Apr 2024 12:10:07 +0000 Subject: [PATCH] chore(belden-coreos): move the initial timestamp to a generic file --- layers/meta-belden-coreos/conf/distro/belden-coreos.conf | 5 ----- .../conf/distro/include/belden-coreos-base.inc | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layers/meta-belden-coreos/conf/distro/belden-coreos.conf b/layers/meta-belden-coreos/conf/distro/belden-coreos.conf index 015caa3..4eec78e 100644 --- a/layers/meta-belden-coreos/conf/distro/belden-coreos.conf +++ b/layers/meta-belden-coreos/conf/distro/belden-coreos.conf @@ -7,8 +7,3 @@ MAINTAINER = "Belden CoreOS Team" DISTRO_VERSION = "0.0.1" DISTRO_CODENAME = "kirkstone" - -# This TS represents 01.01.2024 generating it dynamically would cause a lot of -# things to get re-build, we need a good solution for this or change it every -# year -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1704067200" \ No newline at end of file diff --git a/layers/meta-belden-coreos/conf/distro/include/belden-coreos-base.inc b/layers/meta-belden-coreos/conf/distro/include/belden-coreos-base.inc index d6df330..dbfa086 100644 --- a/layers/meta-belden-coreos/conf/distro/include/belden-coreos-base.inc +++ b/layers/meta-belden-coreos/conf/distro/include/belden-coreos-base.inc @@ -111,3 +111,8 @@ PACKAGECONFIG:pn-systemd ?= " \ # Distro based on CoreOS can provide their own configuration files for the # CoreOS installer by overriding this variable PREFERRED_PROVIDER_coreos-installer-config ??= "coreos-installer-config" + +# This TS represents 01.01.2024 generating it dynamically would cause a lot of +# things to get re-build, we need a good solution for this or change it every +# year +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1704067200" \ No newline at end of file