summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ntp
Commit message (Collapse)AuthorAgeFilesLines
* ntp: unbreak fetching of ntp-sslKoen Kooi2012-07-131-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* ntp: use systemd_unitdir variableMartin Jansa2012-02-231-5/+5
| | | | | | | * maybe we should move systemd_unitdir definition outside systemd.bbclass because it's used in few more recipes which doesn't inherit systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntp: correct systemd EnvironmentFile, add ntpdate servicePeter A. Bigot2012-01-055-4/+18
| | | | | | | | | | | | | | | | | | | | | | | Eliminate EnvironmentFile from systemd unit descriptions. /etc/ntp.conf can't be sourced to set environment variables like NTPD_ARG. Following the rationale at http://0pointer.de/blog/projects/on-etc-sysinit.html it isn't needed anyway; if you don't buy that, it should be: EnvironmentFile=-/etc/default/ntpd Add one-shot ntpdate service which synchronizes local clock prior to starting ntpd (which aborts if the local time is more than 1000 seconds off of the server). "systemctl enable ntpdate.service" not done by default because this would be a behavior change. Correct comment describing how to replace ntpdate (ntpdc doesn't take those arguments). Add comment to ntp.conf pointing out need to remove local hardware clock as a reference when simulating ntpdate. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ntp 4.2.6p3: add native systemd supportKoen Kooi2011-11-083-8/+37
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-141-1/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* ntpd 4.2.6p3: make default configfile actually workKoen Kooi2011-06-174-77/+2
| | | | also remove machine overrides
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-1711-0/+369
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>