All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH] linuxptp: switch to local ti-linuxptp branch for phc2pwm support
@ 2020-04-30  0:35 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2020-04-30  0:35 UTC (permalink / raw
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-connectivity/linuxptp/linuxptp_%.bbappend   | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend

diff --git a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
new file mode 100644
index 0000000..ff1e161
--- /dev/null
+++ b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_%.bbappend
@@ -0,0 +1,17 @@
+PR_append = ".arago0"
+PV_append = "+git${SRCPV}"
+
+BRANCH = "ti-linuxptp"
+SRCREV = "e54ee647f1d2844b7015d1ae60eef21aa92e113b"
+
+SRC_URI = " \
+    git://git.ti.com/processor-sdk/linuxptp.git;branch=${BRANCH} \
+    file://build-Allow-CC-and-prefix-to-be-overriden.patch \
+    file://no-incdefs-using-host-headers.patch \
+"
+
+S = "${WORKDIR}/git"
+
+do_install_append () {
+    install -p ${S}/phc2pwm ${D}/${bindir}
+}
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-30  0:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-30  0:35 [master][PATCH] linuxptp: switch to local ti-linuxptp branch for phc2pwm support Denys Dmytriyenko

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.