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

2016-06-16 Thread Peter Kjellerstedt
ct: Re: [OE-core] [PATCH] rootfs-postcommands: generate > /var/lib/systemd/clock > > > > On Jun 16, 2016, at 7:17 AM, Jan Remmet wrote: > > > > On Wed, Jun 15, 2016 at 12:14:17PM -0700, Khem Raj wrote: > >> > >>> On Jun 15, 2016, at 6:36 AM, Jan R

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

2016-06-16 Thread Khem Raj
> On Jun 16, 2016, at 7:17 AM, Jan Remmet wrote: > > On Wed, Jun 15, 2016 at 12:14:17PM -0700, Khem Raj wrote: >> >>> On Jun 15, 2016, at 6:36 AM, Jan Remmet wrote: >>> >>> systemd timesyncd check /var/lib/systemd/clock instead of >>> /etc/timestamp. >>> If this file is missing it defaults to

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

2016-06-16 Thread Jan Remmet
On Wed, Jun 15, 2016 at 12:14:17PM -0700, Khem Raj wrote: > > > On Jun 15, 2016, at 6:36 AM, 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. > >

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

2016-06-15 Thread Khem Raj
> On Jun 15, 2016, at 6:36 AM, 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. > > Signed-off-by: Jan Remmet > --- > meta/classes/rootfs-postcommands.bbc

[OE-core] [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(+) diff --git a/meta/c