diff options
Diffstat (limited to 'meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb')
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb new file mode 100644 index 0000000000..f6a286e1b7 --- /dev/null +++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | require cryptodev.inc | ||
| 2 | |||
| 3 | SUMMARY = "A test suite for /dev/crypto device driver" | ||
| 4 | |||
| 5 | DEPENDS += "openssl" | ||
| 6 | |||
| 7 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' | ||
| 8 | |||
| 9 | do_compile() { | ||
| 10 | oe_runmake tests | ||
| 11 | } | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | oe_runmake install_tests | ||
| 15 | } | ||
| 16 | |||
| 17 | FILES:${PN} = "${bindir}/*" | ||
