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 <he...@kittyhawk.aero> 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 afte

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:

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

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

2016-06-14 Thread Henry Hallam
Patch version 2: - No longer hard-coding paths - Fix missing build dependencies, depending on PACKAGECONFIG features - Split off chronyc into separate output package - Default config points to openembedded.pool.ntp.org rather than pool.ntp.org (which should never be shipped as a default) I

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

2016-06-14 Thread Henry Hallam
From: Henry Hallam <he...@pericynthion.org> 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 wit

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

2016-06-15 Thread Henry Hallam
From: Henry Hallam <he...@pericynthion.org> 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 wit

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

2016-06-15 Thread Henry Hallam
Patch version 3: - Move variable defs to appropriate places in the recipe, per Koen's feedback - Correct location of drift file - Add conflict with ntimed, and note about systemd-timesyncd Thanks, Henry -- ___ Openembedded-devel mailing list