cryptodev-tests_1.9.bb 418 B

12345678910111213141516171819202122
  1. require cryptodev.inc
  2. SUMMARY = "A test suite for /dev/crypto device driver"
  3. DEPENDS += "openssl"
  4. SRC_URI += " \
  5. file://0001-Add-the-compile-and-install-rules-for-cryptodev-test.patch \
  6. file://0001-Port-tests-to-openssl-1.1.patch \
  7. "
  8. EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"'
  9. do_compile() {
  10. oe_runmake testprogs
  11. }
  12. do_install() {
  13. oe_runmake install_tests
  14. }
  15. FILES_${PN} = "${bindir}/*"