blob: ef342a157cfd36e57ecf72c83ab74afe3683ca65 [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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00008LICENSE = "GPL-2.0-only"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05009LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10
Andrew Geissler595f6302022-01-24 19:11:47 +000011SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
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"