[oe-commits] [openembedded-core] 14/44: systemd: allow setting time-epoch to epoch

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:32 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit bf1847cd369fe72b8f8e04e2661bb7d2d3524ea2
Author: Dan McGregor <dan.mcgregor at usask.ca>
AuthorDate: Wed Jun 6 09:21:19 2018 -0600

    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.
    
    Signed-off-by: Dan McGregor <dan.mcgregor at usask.ca>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/systemd/systemd_237.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_237.bb b/meta/recipes-core/systemd/systemd_237.bb
index 0113c2d..47d2890 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"
 PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell"
 PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false"
 PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false"
+PACKAGECONFIG[time-epoch] = "-Dtime-epoch=0,,"
 PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false"
 PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false"
 PACKAGECONFIG[usrmerge] = "-Dsplit-usr=false,-Dsplit-usr=true"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list