diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2018-06-06 09:21:19 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 17:56:24 +0100 |
commit | 927db5db26914ce31f2f3739b70f8ffd1d55ab6b (patch) | |
tree | b71b7707ed5a74fee39d808f890a43692bb36f67 /meta/recipes-core | |
parent | 72f2b9d6c7d6bbae29a070d693b15db95389ace4 (diff) | |
download | poky-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.bb | 1 |
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" | |||
156 | PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" | 156 | PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" |
157 | PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" | 157 | PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" |
158 | PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" | 158 | PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" |
159 | PACKAGECONFIG[time-epoch] = "-Dtime-epoch=0,," | ||
159 | PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false" | 160 | PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false" |
160 | PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false" | 161 | PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false" |
161 | PACKAGECONFIG[usrmerge] = "-Dsplit-usr=false,-Dsplit-usr=true" | 162 | PACKAGECONFIG[usrmerge] = "-Dsplit-usr=false,-Dsplit-usr=true" |