diff options
| author | Kai Kang <kai.kang@windriver.com> | 2019-04-25 01:40:31 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:13:39 +0100 |
| commit | e2568f68b728587b5a2abe4c1a000fa7d149ea5f (patch) | |
| tree | 9e7a14040ec4a32be1cf4db1c3f5fd101269804e /meta/recipes-kernel/cryptodev/cryptodev.inc | |
| parent | 6466692170789ee309d674525d7c61998483f9fe (diff) | |
| download | poky-e2568f68b728587b5a2abe4c1a000fa7d149ea5f.tar.gz | |
cryptodev: fix module loading error
Backport patch from upstream to fix module cryptodev loading error.
(From OE-Core rev: ba56d8729a58d373bb301dda304c78702ded5869)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.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.inc | 4 |
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/" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux" | 6 | SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \ |
| 7 | file://0001-Fix-module-loading-with-Linux-v5.0-rc5.patch \ | ||
| 8 | " | ||
| 7 | SRCREV = "fd8b15ef1c8398a69a37932ee48c74ab40329a29" | 9 | SRCREV = "fd8b15ef1c8398a69a37932ee48c74ab40329a29" |
| 8 | 10 | ||
| 9 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
