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