[oe-commits] [meta-openembedded] 22/27: phytool: Add recipe

git at git.openembedded.org git at git.openembedded.org
Mon Sep 26 06:39:42 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit a6ce9a75992613d777732edf3ff4a181d1c8c320
Author: mike.looijmans at topic.nl <mike.looijmans at topic.nl>
AuthorDate: Fri Sep 23 14:33:49 2016 +0200

    phytool: Add recipe
    
    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 at topic.nl>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-support/phytool/phytool.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list