mirror of
https://git.yoctoproject.org/poky
synced 2026-07-25 18:57:02 +00:00
cryptodev-tests: recipe for cryptodev test suite based on OpenSSL
(From OE-Core rev: c54fa061da6195081cd29817a351a36377b58e53) (From OE-Core rev: 7c58b852f21588b2763a1b90d8f3cf2f31a868e2) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e98512e1e3
commit
21d15fac0e
@@ -0,0 +1,23 @@
|
||||
require cryptodev_${PV}.inc
|
||||
|
||||
SUMMARY = "A test suite for /dev/crypto device driver"
|
||||
|
||||
DEPENDS += "openssl"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch \
|
||||
file://0002-Fix-tests-Makefile-usage-of-LDLIBS-vs.-LDFLAGS.patch \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
|
||||
|
||||
do_compile() {
|
||||
oe_runmake testprogs
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install_tests
|
||||
}
|
||||
|
||||
FILES_${PN}-dbg += "${bindir}/tests_cryptodev/.debug"
|
||||
FILES_${PN} = "${bindir}/tests_cryptodev/*"
|
||||
Reference in New Issue
Block a user