Re: [oe] [PATCH] rootfs-postcommands: generate /var/lib/systemd/clock

2016-06-15 Thread Jan Remmet
On Wed, Jun 15, 2016 at 12:02:18PM +0200, Martin Jansa wrote: > On Wed, Jun 15, 2016 at 11:23:32AM +0200, Jan Remmet wrote: > > systemd timesyncd check /var/lib/systemd/clock instead of > > /etc/timestamp. > > If this file is missing it defaults to TIME_EPOCH. It's set while > > configuring

Re: [oe] [PATCH] rootfs-postcommands: generate /var/lib/systemd/clock

2016-06-15 Thread Martin Jansa
On Wed, Jun 15, 2016 at 11:23:32AM +0200, Jan Remmet wrote: > systemd timesyncd check /var/lib/systemd/clock instead of > /etc/timestamp. > If this file is missing it defaults to TIME_EPOCH. It's set while > configuring systemd. Wrong ML, re-send to openembedded-core > > Signed-off-by: Jan

[oe] [PATCH] rootfs-postcommands: generate /var/lib/systemd/clock

2016-06-15 Thread Jan Remmet
systemd timesyncd check /var/lib/systemd/clock instead of /etc/timestamp. If this file is missing it defaults to TIME_EPOCH. It's set while configuring systemd. Signed-off-by: Jan Remmet --- meta/classes/rootfs-postcommands.bbclass | 6 ++ 1 file changed, 6 insertions(+)