diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2015-04-07 22:41:25 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-04-08 18:43:38 -0400 |
| commit | 9aac69cf99f5c71c51de62cba577fbd817152f42 (patch) | |
| tree | d1cb3f3963c1231bf73159e2e4afa1aacc0491ed /recipes-bsp/rwmem | |
| parent | 0c3976cc76e073af1c4c7126a77e176556757925 (diff) | |
| download | meta-ti-9aac69cf99f5c71c51de62cba577fbd817152f42.tar.gz | |
rwmem: add rwmem tool
https://github.com/tomba/rwmem
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/rwmem')
| -rw-r--r-- | 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 00000000..1825e18f --- /dev/null +++ b/recipes-bsp/rwmem/rwmem_1.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "A small tool to read/write memory" | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | |||
| 5 | SRCREV = "54904b8873b265d8f1faf82617c2f04814c102c6" | ||
| 6 | SRC_URI = "git://github.com/tomba/rwmem.git" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc" | ||
| 11 | |||
| 12 | do_install() { | ||
| 13 | install -d ${D}${bindir} | ||
| 14 | install -m 0755 rwmem ${D}${bindir} | ||
| 15 | } | ||
