From 66c446f96a0f26f3895cc930c5e5ee2d033489ca Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 25 Apr 2019 01:40:31 -0400 Subject: cryptodev: fix module loading error Backport patch from upstream to fix module cryptodev loading error. Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- meta/recipes-kernel/cryptodev/cryptodev.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-kernel/cryptodev/cryptodev.inc') 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/" 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" -- cgit 1.2.3-korg