Re: [oe] [meta-networking][PATCH] chrony: Versatile implementation of NTP

2016-06-14 Thread Martin Jansa
PACKAGECONFIG is preferred solution On Tue, Jun 14, 2016 at 8:42 PM, Henry Hallam wrote: > On Tue, Jun 14, 2016 at 10:33 AM, Martin Jansa > wrote: > > Autodetects some dependencies: > > > > WARNING: chrony-2.4-r0 do_package_qa: QA Issue: chrony rdepends on nss, > > but it isn't a build dependen

Re: [oe] [meta-networking][PATCH] chrony: Versatile implementation of NTP

2016-06-14 Thread Henry Hallam
On Tue, Jun 14, 2016 at 10:33 AM, Martin Jansa wrote: > Autodetects some dependencies: > > WARNING: chrony-2.4-r0 do_package_qa: QA Issue: chrony rdepends on nss, > but it isn't a build dependency, missing nss in DEPENDS or > PACKAGECONFIG? [build-deps] > WARNING: chrony-2.4-r0 do_package_qa: QA I

Re: [oe] [meta-networking][PATCH] chrony: Versatile implementation of NTP

2016-06-14 Thread Henry Hallam
On Mon, Jun 13, 2016 at 4:03 AM, Koen Kooi wrote: > That file hardcodes /etc, /var, etc > ... > While the recipe is well behaved and uses ${sysconfdir} and friends. You'll > likely need to add a sed -i -e s:/var:${localstatedir}:g -e > s:/etc/:${sysconfdir}:g -e -e. to do_install to fix t

Re: [oe] [meta-networking][PATCH] chrony: Versatile implementation of NTP

2016-06-14 Thread Martin Jansa
On Thu, Jun 09, 2016 at 12:06:38PM -0700, Henry Hallam wrote: > chrony is an alternative to ntpd. In particular it may be useful > for quasi-realtime embedded systems that have a pulse-per-second > time reference available and need to rapidly synchronize to it after > boot, which appears to be una

Re: [oe] [meta-networking][PATCH] chrony: Versatile implementation of NTP

2016-06-13 Thread Koen Kooi
Op 09-06-16 om 21:06 schreef Henry Hallam: > chrony is an alternative to ntpd. In particular it may be useful > for quasi-realtime embedded systems that have a pulse-per-second > time reference available and need to rapidly synchronize to it after > boot, which appears to be unachievable with ntpd

Re: [oe] [meta-networking][PATCH] chrony: Versatile implementation of NTP

2016-06-09 Thread Henry Hallam
On Thu, Jun 9, 2016 at 12:06 PM, Henry Hallam wrote: > chrony is an alternative to ntpd. In particular it may be useful > for quasi-realtime embedded systems that have a pulse-per-second > time reference available and need to rapidly synchronize to it after > boot, which appears to be unachievabl

[oe] [meta-networking][PATCH] chrony: Versatile implementation of NTP

2016-06-09 Thread Henry Hallam
chrony is an alternative to ntpd. In particular it may be useful for quasi-realtime embedded systems that have a pulse-per-second time reference available and need to rapidly synchronize to it after boot, which appears to be unachievable with ntpd. Signed-off-by: Henry Hallam --- .../recipes-su