[meta-ti] Denys Dmytriyenko : rwmem: add rwmem tool
Arago Project git
git at arago-project.org
Wed Apr 8 15:44:03 PDT 2015
Module: meta-ti
Branch: daisy
Commit: 3a95559c124d3ce8c076b3fae5859435977d1ac2
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=3a95559c124d3ce8c076b3fae5859435977d1ac2
Author: Denys Dmytriyenko <denys at ti.com>
Date: Tue Apr 7 22:41:25 2015 +0000
rwmem: add rwmem tool
https://github.com/tomba/rwmem
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/rwmem/rwmem_1.1.bb | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/recipes-bsp/rwmem/rwmem_1.1.bb b/recipes-bsp/rwmem/rwmem_1.1.bb
new file mode 100644
index 0000000..1825e18
--- /dev/null
+++ b/recipes-bsp/rwmem/rwmem_1.1.bb
@@ -0,0 +1,15 @@
+SUMMARY = "A small tool to read/write memory"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRCREV = "54904b8873b265d8f1faf82617c2f04814c102c6"
+SRC_URI = "git://github.com/tomba/rwmem.git"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 rwmem ${D}${bindir}
+}
More information about the meta-ti
mailing list