mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
cryptodev: fix module loading error
Backport patch from upstream to fix module cryptodev loading error. (From OE-Core rev: 66c446f96a0f26f3895cc930c5e5ee2d033489ca) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,7 +3,9 @@ HOMEPAGE = "http://cryptodev-linux.org/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux"
|
||||
SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
|
||||
file://0001-Fix-module-loading-with-Linux-v5.0-rc5.patch \
|
||||
"
|
||||
SRCREV = "fd8b15ef1c8398a69a37932ee48c74ab40329a29"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user