1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-26 07:07:08 +00: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:
Robert Yang
2015-04-20 01:09:20 -07:00
committed by Richard Purdie
parent 6184951031
commit 04419c189e
6 changed files with 13 additions and 105 deletions
@@ -0,0 +1,13 @@
require cryptodev_${PV}.inc
SUMMARY = "A /dev/crypto device driver header file"
do_compile[noexec] = "1"
# Just install cryptodev.h which is the only header file needed to be exported
do_install() {
install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h
}
ALLOW_EMPTY_${PN} = "1"
BBCLASSEXTEND = "native nativesdk"