blob: 64a9c2926b8c53a4cc7bfbc627663e6430bc4d5f [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 Geissler20137392023-10-12 04:59:14 -060013SRCREV = "bb8bc7cf60d2c0b097c8b3b0e807f805b577a53f"
14PV = "1.13+git${SRCPV}"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050015
Brad Bishop316dfdd2018-06-25 12:45:53 -040016S = "${WORKDIR}/git"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050017
18CLEANBROKEN = "1"