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