diff options
| author | Scott Branden via Openembedded-core <openembedded-core@lists.openembedded.org> | 2020-02-06 12:57:43 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-08 13:20:02 +0000 |
| commit | e4abc4dbf307f956a88c9ca97d7da4b954f4f40e (patch) | |
| tree | 9ec792d969b469e3ad73cef3b6f6caa37ca9d4a4 /meta/recipes-kernel/cryptodev/cryptodev.inc | |
| parent | ed4bdd0f9149ba24fac375fd3af8bb2a06423105 (diff) | |
| download | poky-e4abc4dbf307f956a88c9ca97d7da4b954f4f40e.tar.gz | |
cryptodev: update to Jan.23, 2020
* Remove backported patches:
0001-Fix-module-loading-with-Linux-v5.0-rc5.patch
Update to latest cryptodev dated Jan.23, 2020.
Fixes build on kernel v5.5+
(From OE-Core rev: 877d3ff61fbd55baa5e5fd00bd8a58b31e214cc9)
Signed-off-by: Scott Branden <scott.branden@broadcom.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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc index 9d8ba44058..f99f8bc9f0 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev.inc +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc | |||
| @@ -4,9 +4,8 @@ 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 | " |
| 9 | SRCREV = "fd8b15ef1c8398a69a37932ee48c74ab40329a29" | 8 | SRCREV = "a87053bee5680878c295b7d23cf0d7065576ac2b" |
| 10 | 9 | ||
| 11 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 12 | 11 | ||
