All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] phytool: Add recipe
@ 2016-09-23 12:33 Mike Looijmans
  2016-09-23 18:33 ` Khem Raj
  2016-09-28  7:53 ` [PATCH " Mike Looijmans
  0 siblings, 2 replies; 12+ messages in thread
From: Mike Looijmans @ 2016-09-23 12:33 UTC (permalink / raw)
  To: openembedded-devel

A nice tool to directly read, write and interpret ethernet PHY data.
Very useful when debugging PHY or MDIO problems, which ethtool does
not do.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
---
 meta-networking/recipes-support/phytool/phytool.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-networking/recipes-support/phytool/phytool.bb

diff --git a/meta-networking/recipes-support/phytool/phytool.bb b/meta-networking/recipes-support/phytool/phytool.bb
new file mode 100644
index 0000000..9d541b7
--- /dev/null
+++ b/meta-networking/recipes-support/phytool/phytool.bb
@@ -0,0 +1,14 @@
+SUMMARY = "PHY interface tool for Linux"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+PV = "1.0.1"
+SRCREV = "1a3ea62a218206e9faf3b27fb5d01c85692024c8"
+SRC_URI = "git://github.com/wkz/phytool.git"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+	install -d ${D}${prefix}/bin
+	oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install
+}
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-10-06  5:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-23 12:33 [meta-networking][PATCH] phytool: Add recipe Mike Looijmans
2016-09-23 18:33 ` Khem Raj
2016-09-24 15:01   ` Mike Looijmans
2016-09-26  7:31     ` Khem Raj
2016-09-26 20:34       ` Martin Jansa
2016-09-28  7:30         ` Mike Looijmans
2016-09-28  7:55           ` Mike Looijmans
2016-10-05  9:34         ` [meta-networking][PATCH v2] " Mike Looijmans
2016-10-05 15:38           ` Khem Raj
2016-10-05 16:32             ` Martin Jansa
2016-10-06  5:54               ` Mike Looijmans
2016-09-28  7:53 ` [PATCH " Mike Looijmans

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.