summaryrefslogtreecommitdiffstats
path: root/bsp/meta-ti/recipes-bsp/rwmem/rwmem_1.1.bb
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
commit5b80bfd7bffd4c20d80b7c70a7130529e9a755dd (patch)
treeb4bb18dcd1487dbf1ea8127e5671b7bb2eded033 /bsp/meta-ti/recipes-bsp/rwmem/rwmem_1.1.bb
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
agl-basesystem
Diffstat (limited to 'bsp/meta-ti/recipes-bsp/rwmem/rwmem_1.1.bb')
-rw-r--r--bsp/meta-ti/recipes-bsp/rwmem/rwmem_1.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/bsp/meta-ti/recipes-bsp/rwmem/rwmem_1.1.bb b/bsp/meta-ti/recipes-bsp/rwmem/rwmem_1.1.bb
new file mode 100644
index 00000000..2848e1cd
--- /dev/null
+++ b/bsp/meta-ti/recipes-bsp/rwmem/rwmem_1.1.bb
@@ -0,0 +1,13 @@
+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"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 rwmem ${D}${bindir}
+}