mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
Upgrade cryptodev to new release 1.13. This resoves the Kernel build issues for 6.3.y, where Crypto API has been updated, see [1]. Refresh all layer patches with `devtool` to resolve hunks. Link: [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=255e48eb17684157336bd6dd98d22c1b2d9e3f43 (From OE-Core rev: dc85b747af14f5262590e72e55d2c49670cf09a7) Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
725 B
PHP
18 lines
725 B
PHP
HOMEPAGE = "http://cryptodev-linux.org/"
|
|
DESCRIPTION = "Cryptodev-linux is a device that allows access to Linux kernel \
|
|
cryptographic drivers; thus allowing of userspace applications to take advantage \
|
|
of hardware accelerators. Cryptodev-linux is implemented as a standalone \
|
|
module that requires no dependencies other than a stock linux kernel. Its \
|
|
API is compatible with OpenBSD's cryptodev userspace API (/dev/crypto)."
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
|
|
"
|
|
SRCREV = "795f5fda1485d447cdbad342e8304be317d4f7e8"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
CLEANBROKEN = "1"
|