summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2018-06-06 09:21:19 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 17:56:24 +0100
commit927db5db26914ce31f2f3739b70f8ffd1d55ab6b (patch)
treeb71b7707ed5a74fee39d808f890a43692bb36f67 /meta/recipes-core
parent72f2b9d6c7d6bbae29a070d693b15db95389ace4 (diff)
downloadpoky-927db5db26914ce31f2f3739b70f8ffd1d55ab6b.tar.gz
systemd: allow setting time-epoch to epoch
systemd by default sets the system time at boot to the date of its NEWS file. It provides the option to change that at build time, and some projects need to come up at a particular date if no RTC is present. Provide the option to set the time at boot to the epoch instead of the date of the NEWS file. (From OE-Core rev: bf1847cd369fe72b8f8e04e2661bb7d2d3524ea2) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_237.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_237.bb b/meta/recipes-core/systemd/systemd_237.bb
index 0113c2dc72..47d28902c8 100644
--- a/meta/recipes-core/systemd/systemd_237.bb
+++ b/meta/recipes-core/systemd/systemd_237.bb
@@ -156,6 +156,7 @@ PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp"
156PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" 156PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell"
157PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" 157PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false"
158PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" 158PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false"
159PACKAGECONFIG[time-epoch] = "-Dtime-epoch=0,,"
159PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false" 160PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false"
160PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false" 161PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false"
161PACKAGECONFIG[usrmerge] = "-Dsplit-usr=false,-Dsplit-usr=true" 162PACKAGECONFIG[usrmerge] = "-Dsplit-usr=false,-Dsplit-usr=true"