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