blob: ae2c3089119e6c9d4288885ac8f301625d918b14 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001HOMEPAGE = "http://cryptodev-linux.org/"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "Cryptodev-linux is a device that allows access to Linux kernel \
3cryptographic drivers; thus allowing of userspace applications to take advantage \
4of hardware accelerators. Cryptodev-linux is implemented as a standalone \
5module that requires no dependencies other than a stock linux kernel. Its \
6API is compatible with OpenBSD's cryptodev userspace API (/dev/crypto)."
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05007
8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10
Brad Bishopc342db32019-05-15 21:57:59 -040011SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
Brad Bishopc342db32019-05-15 21:57:59 -040012 "
Andrew Geissler9b4d8b02021-02-19 12:26:16 -060013SRCREV = "e0c25e289d6baf1d83c2b9cb523d3bc237d0c0c9"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050014
Brad Bishop316dfdd2018-06-25 12:45:53 -040015S = "${WORKDIR}/git"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050016
17CLEANBROKEN = "1"