summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2018-03-02 16:21:55 +0100
committerEnrico Jorns <e.joerns@tu-bs.de>2018-04-19 09:49:19 +0200
commitebebb0734c580647c219cc1f35f5db4d09490123 (patch)
tree4b2dc552d696de308cfb73fd43268827519e0993
parente77c65f1bc1eac298a1ca4e37f7fe0943559a68d (diff)
downloadmeta-ptx-ebebb0734c580647c219cc1f35f5db4d09490123.tar.gz
meta-ptx-ebebb0734c580647c219cc1f35f5db4d09490123.tar.xz
add recipe for memtool (2018.03.0)
memtool is a useful debugging tool for reading and dumping registers Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
-rw-r--r--recipes-devtools/memtool/memtool_2018.03.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-devtools/memtool/memtool_2018.03.0.bb b/recipes-devtools/memtool/memtool_2018.03.0.bb
new file mode 100644
index 0000000..58f10d2
--- /dev/null
+++ b/recipes-devtools/memtool/memtool_2018.03.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A handy tool to manipulate and read memory mapped registers"
+HOMEPAGE = "https://github.com/pengutronix/memtool"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "http://www.pengutronix.de/software/memtool/downloads/memtool-${PV}.tar.xz"
+SRC_URI[md5sum] = "b3b16018cda270fa1d375ea09b67d6ae"
+SRC_URI[sha256sum] = "87cb7175266ff3a00a9c1f541c4c6c93693ffbe8dcc0d97a60d13c45ff860900"
+
+PACKAGECONFIG ??= "mdio"
+PACKAGECONFIG[mdio] = "--enable-mdio,--disable-mdio"
+
+inherit autotools