diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2015-09-01 07:34:54 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-09-02 09:45:26 -0400 |
| commit | 9c6635c26561265f7ae3038e368e224c68cf4d45 (patch) | |
| tree | 1a44625e7143020cd380e6f6e509555dbc220261 /recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | |
| parent | 000fc8922a99bf55d9e82b2c4f49451f2250e409 (diff) | |
| download | meta-ti-9c6635c26561265f7ae3038e368e224c68cf4d45.tar.gz | |
uio-module-drv: Update to new version 1.0.2.3
- Also add test code recipe for uio-module-drv
- Common part of recipe moved to uio-module-drv.inc
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb')
| -rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb new file mode 100644 index 00000000..1080a916 --- /dev/null +++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Test code for user space IO (UIO) driver" | ||
| 2 | |||
| 3 | include uio-module-drv.inc | ||
| 4 | PV = "1.0.2.3" | ||
| 5 | |||
| 6 | COMPATIBLE_MACHINE = "keystone" | ||
| 7 | RDEPENDS_${PN} = "uio-module-drv" | ||
| 8 | |||
| 9 | do_compile() { | ||
| 10 | oe_runmake -C ${S} test | ||
| 11 | } | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | install -d ${D}${bindir}/ | ||
| 15 | install -c -m 755 ${S}/test/uio_cic2_int_multithread_test ${D}${bindir}/. | ||
| 16 | } | ||
