summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/cryptodev/cryptodev.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-03-03 16:06:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-04 23:18:16 +0000
commite0839dd11394e1308251db8219cc8abdecf13757 (patch)
tree271b70c0943922e310abdc345342a29179a7ab90 /meta/recipes-kernel/cryptodev/cryptodev.inc
parent977047fb997aa243b86dc23f057c0d098cbdc158 (diff)
downloadpoky-e0839dd11394e1308251db8219cc8abdecf13757.tar.gz
cryptodev: update to handle 4.10 kernel API
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.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index 62412383fb..24b32279a2 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \ 6SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \
7 file://06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch \ 7 file://06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch \
8 file://cb186f682679383e8b5806240927903730ce85d9.patch \ 8 file://cb186f682679383e8b5806240927903730ce85d9.patch \
9 file://0001-Adjust-to-another-change-in-the-user-page-API.patch" 9 file://0001-Adjust-to-another-change-in-the-user-page-API.patch \
10 file://kernel-4-10-changes.patch"
10 11
11SRC_URI[md5sum] = "02644cc4cd02301e0b503a332eb2f0b5" 12SRC_URI[md5sum] = "02644cc4cd02301e0b503a332eb2f0b5"
12SRC_URI[sha256sum] = "67fabde9fb67b286a96c4f45b594b0eccd0f761b495705c18f2ae9461b831376" 13SRC_URI[sha256sum] = "67fabde9fb67b286a96c4f45b594b0eccd0f761b495705c18f2ae9461b831376"