mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
cryptodev: 1.6 -> 1.7
* Remove 0002-In-the-3.13-rc1-Linux-kernel-the-INIT_COMPLETION-mac.patch since it was a backported patch. * Updated 0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch. (From OE-Core rev: 9347311ca444c3128653c96f9f2845713c646fa7) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6184951031
commit
04419c189e
23
meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
Normal file
23
meta/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
Normal file
@@ -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