diff options
| -rw-r--r-- | meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb b/meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb index 0a15134df8..5d81fdb4dd 100644 --- a/meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb +++ b/meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb | |||
| @@ -1,4 +1,13 @@ | |||
| 1 | SUMMARY = "A small tool to read/write memory" | 1 | SUMMARY = "A small tool to read/write memory" |
| 2 | DESCRIPTION = "rwmem is a small tool for reading and writing device registers. \ | ||
| 3 | rwmem supports two modes: mmap mode and i2c mode. \ | ||
| 4 | \ | ||
| 5 | In mmap mode rwmem accesses a file by memory mapping it. \ | ||
| 6 | Using /dev/mem as the memory mapped file makes rwmem access memory and \ | ||
| 7 | can thus be used to access devices which have memory mapped registers. \ | ||
| 8 | \ | ||
| 9 | In i2c mode rwmem accesses an i2c peripheral by sending i2c messages to it." | ||
| 10 | |||
| 2 | LICENSE = "GPLv2+" | 11 | LICENSE = "GPLv2+" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | 13 | ||
