summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/cryptodev/cryptodev.inc
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-04-25 01:40:31 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-26 10:09:08 +0100
commit63c59122475189b44e20c6789e6e9a8f26a9e15f (patch)
tree996009c45d7980db0948ac9adacefc6b0b3d239f /meta/recipes-kernel/cryptodev/cryptodev.inc
parentdac764b6e2a8063ebd0b81681056653d10ecb4bf (diff)
downloadpoky-63c59122475189b44e20c6789e6e9a8f26a9e15f.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel/cryptodev/cryptodev.inc')
-rw-r--r--meta/recipes-kernel/cryptodev/cryptodev.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index 252d39d23a..9d8ba44058 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -3,7 +3,9 @@ HOMEPAGE = "http://cryptodev-linux.org/"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux" 6SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \
7 file://0001-Fix-module-loading-with-Linux-v5.0-rc5.patch \
8 "
7SRCREV = "fd8b15ef1c8398a69a37932ee48c74ab40329a29" 9SRCREV = "fd8b15ef1c8398a69a37932ee48c74ab40329a29"
8 10
9S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"