xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/cryptodev/cryptodev.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunHOMEPAGE = "http://cryptodev-linux.org/"
2*4882a593SmuzhiyunDESCRIPTION = "Cryptodev-linux is a device that allows access to Linux kernel \
3*4882a593Smuzhiyuncryptographic drivers; thus allowing of userspace applications to take advantage \
4*4882a593Smuzhiyunof hardware accelerators. Cryptodev-linux is implemented as a standalone \
5*4882a593Smuzhiyunmodule that requires no dependencies other than a stock linux kernel. Its \
6*4882a593SmuzhiyunAPI is compatible with OpenBSD's cryptodev userspace API (/dev/crypto)."
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
9*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunSRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
12*4882a593Smuzhiyun           "
13*4882a593SmuzhiyunSRCREV = "e0c25e289d6baf1d83c2b9cb523d3bc237d0c0c9"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunS = "${WORKDIR}/git"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunCLEANBROKEN = "1"
18