From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 1/1] linuxptp: new package
Date: Sun, 11 Jun 2017 16:27:32 +0200 [thread overview]
Message-ID: <20170611162732.7e700d0c@windsurf.home> (raw)
In-Reply-To: <1496861069-6958-1-git-send-email-brain@jikos.cz>
Hello,
On Wed, 7 Jun 2017 20:44:29 +0200, Petr Kulhavy wrote:
> Add the Linux PTP Project package.
> http://linuxptp.sourceforge.net/
>
> The SysV and systemd init scripts start the daemon in slave-only mode on eth0
> and synchronize the system clock to PTP.
>
> Signed-off-by: Petr Kulhavy <brain@jikos.cz>
> --
> Changes v5 -> v6:
> - fix broken SYSV init-script path in makefile
> - use current GIT head with fixed issues instead of the released version 1.8
> - remove patches as they are now integrated in GIT
>
> Changes v4 -> v5:
> - move ptp4l parameters into a config file /etc/linuxptp.cfg
> - add step threshold of 1 second into the configuration to quickly correct large errors
> - add systemd service for phc2sys to sync the system clock
>
> Changes v3 -> v4:
> - rename init scripts to linuxptp
> - use git format of the additional patches
> - use the package name in menuconfig
> - clean-up the clock_nanosleep patch
>
> Changes v2 -> v3:
> - add patches to fix build issues and enable compilation on all targets
>
> Changes v1 -> v2:
> - rename package from ptp4l to linuxptp
> - add EXTRA_LDFLAGS to the build cmd (suggested by Danomi Manchego)
> - sysV startup script: add restart/reload code, use PID file
> - clean-up empty lines and formatting issues
> - license uses SPDX license code
> - update DEVELOPERS file
> ---
> DEVELOPERS | 3 ++
> package/Config.in | 1 +
> package/linuxptp/Config.in | 13 ++++++++
> package/linuxptp/S65linuxptp | 46 ++++++++++++++++++++++++++
> package/linuxptp/linuxptp-system-clock.service | 11 ++++++
> package/linuxptp/linuxptp.cfg | 19 +++++++++++
> package/linuxptp/linuxptp.hash | 2 ++
> package/linuxptp/linuxptp.mk | 43 ++++++++++++++++++++++++
> package/linuxptp/linuxptp.service | 11 ++++++
> 9 files changed, 149 insertions(+)
> create mode 100644 package/linuxptp/Config.in
> create mode 100755 package/linuxptp/S65linuxptp
> create mode 100644 package/linuxptp/linuxptp-system-clock.service
> create mode 100644 package/linuxptp/linuxptp.cfg
> create mode 100644 package/linuxptp/linuxptp.hash
> create mode 100644 package/linuxptp/linuxptp.mk
> create mode 100644 package/linuxptp/linuxptp.service
Applied to master, thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2017-06-11 14:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-07 18:44 [Buildroot] [PATCH v6 1/1] linuxptp: new package Petr Kulhavy
2017-06-11 14:27 ` Thomas Petazzoni [this message]
2017-06-15 21:17 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170611162732.7e700d0c@windsurf.home \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox