summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
Commit message (Collapse)AuthorAgeFilesLines
* ntp: Move from meta-oe to meta-networkingMorgan Little2012-10-251-47/+0
| | | | Signed-off-by: Morgan Little <morgan.little@windriver.com>
* ntp: move systemd support to meta-systemdAndreas Müller2012-07-161-17/+1
|
* ntp: unbreak fetching of ntp-sslKoen Kooi2012-06-271-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | 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-081-7/+22
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ntpd 4.2.6p3: make default configfile actually workKoen Kooi2011-06-171-1/+1
| | | | also remove machine overrides
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-171-0/+46
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>