[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: ntp: enable systemd-timedated control for ntp.service

git at git.openembedded.org git at git.openembedded.org
Thu Sep 5 13:00:49 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: c98e6d3ffd5c433088566a907c6f56daa30029fe
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c98e6d3ffd5c433088566a907c6f56daa30029fe

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Sep  3 08:58:30 2013 +0200

ntp: enable systemd-timedated control for ntp.service

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 meta-networking/recipes-support/ntp/ntp.inc       |    5 +++++
 meta-networking/recipes-support/ntp/ntp/ntpd.list |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index 6e8b452..65d90de 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -22,6 +22,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
            file://ntpd.service \
            file://sntp.service \
            file://sntp \
+           file://ntpd.list \
 "
 
 inherit autotools update-rc.d systemd
@@ -65,6 +66,10 @@ do_install_append() {
     install -m 0644 ${WORKDIR}/ntpdate.service ${D}${systemd_unitdir}/system/
     install -m 0644 ${WORKDIR}/ntpd.service ${D}${systemd_unitdir}/system/
     install -m 0644 ${WORKDIR}/sntp.service ${D}${systemd_unitdir}/system/
+
+    # see http://www.freedesktop.org/wiki/Software/systemd/timedated/
+    install -d ${D}${libdir}/systemd/ntp-units.d
+    install -m 0644 ${WORKDIR}/ntpd.list ${D}${libdir}/systemd/ntp-units.d/60-ntpd.list
 }
 
 PACKAGES += "ntpdate sntp ${PN}-tickadj ${PN}-utils"
diff --git a/meta-networking/recipes-support/ntp/ntp/ntpd.list b/meta-networking/recipes-support/ntp/ntp/ntpd.list
new file mode 100644
index 0000000..d1fe6b7
--- /dev/null
+++ b/meta-networking/recipes-support/ntp/ntp/ntpd.list
@@ -0,0 +1 @@
+ntpd.service



More information about the Openembedded-commits mailing list