From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH v3] linuxptp: Add recipe for linux ptp
Date: Wed, 12 Feb 2014 13:38:28 -0500 [thread overview]
Message-ID: <20140212183828.GL4346@edge> (raw)
In-Reply-To: <1392229564-8938-1-git-send-email-sam.nelson@ti.com>
On Wed, Feb 12, 2014 at 01:26:04PM -0500, Sam Nelson wrote:
> - linuxptp is an implementation of precision time protocol (PTP)
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Ack, will push soon.
> ---
> Change from previous patch
> * Moved to recipes-connectivity directory
> * Updated to use tarball from release
> * Rename recipe to 1.3 version
> * Added SRC_URI checksum
> ---
> ---
> .../recipes-connectivity/linuxptp/linuxptp_1.3.bb | 22 ++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100755 meta-arago-extras/recipes-connectivity/linuxptp/linuxptp_1.3.bb
>
> diff --git a/meta-arago-extras/recipes-connectivity/linuxptp/linuxptp_1.3.bb b/meta-arago-extras/recipes-connectivity/linuxptp/linuxptp_1.3.bb
> new file mode 100755
> index 0000000..33ddb06
> --- /dev/null
> +++ b/meta-arago-extras/recipes-connectivity/linuxptp/linuxptp_1.3.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "This software is an implementation of the Precision Time Protocol (PTP) \
> +according to IEEE standard 1588 for Linux"
> +HOMEPAGE = "http://linuxptp.sourceforge.net/"
> +SECTION = "console/network"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> +DEPENDS += "virtual/kernel"
> +PR = "r0"
> +
> +SRC_URI = "http://iweb.dl.sourceforge.net/project/linuxptp/v${PV}/linuxptp-${PV}.tgz"
> +SRC_URI[md5sum] = "664706a86fe1413391d4536080548501"
> +SRC_URI[sha256sum] = "b1651186689ef06e56add506bd9bb55a700ca56e3f92ba71d08f3ad12fad3085"
> +
> +inherit autotools
> +
> +EXTRA_OEMAKE = "KBUILD_OUTPUT=${STAGING_KERNEL_DIR} CROSS_COMPILE=${TARGET_PREFIX} ARCH=${TARGET_ARCH}"
> +
> +do_install() {
> + install -d ${D}${bindir}/
> + install -c -m 755 ${S}/ptp4l ${D}${bindir}/
> +}
> +
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2014-02-12 18:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-12 18:26 [PATCH v3] linuxptp: Add recipe for linux ptp Sam Nelson
2014-02-12 18:38 ` Denys Dmytriyenko [this message]
2014-02-28 11:51 ` Nelson, Sam
2014-02-28 18:17 ` Denys Dmytriyenko
2014-03-02 21:51 ` Nelson, Sam
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=20140212183828.GL4346@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.