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
> 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
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.
> >
> 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
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