aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/cryptodev/cryptodev-module_1.9.bb
diff options
context:
space:
mode:
authorDaniel Schultz <d.schultz@phytec.de>2018-01-05 15:37:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-17 23:56:57 +0000
commit317fd9814653ee22496dda63a02e628e8a16899b (patch)
tree0526dcb250777fc5cf193a1dc8ae8347e85267a4 /meta/recipes-kernel/cryptodev/cryptodev-module_1.9.bb
parent8f7fdab41b8d6aced6753920bb5deed147c9baa8 (diff)
downloadopenembedded-core-contrib-317fd9814653ee22496dda63a02e628e8a16899b.tar.gz
cryptodev: Fix build errors with v4.13+
Without this compiles of 4.13 and later kernels fail. Backport from https://github.com/cryptodev-linux/cryptodev-linux Based on commit f0d69774afb27ffc62bf353465fba145e70cb85a Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/cryptodev/cryptodev-module_1.9.bb')
-rw-r--r--meta/recipes-kernel/cryptodev/cryptodev-module_1.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-module_1.9.bb b/meta/recipes-kernel/cryptodev/cryptodev-module_1.9.bb
index 552eb6abaa..ed6d0ecae9 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev-module_1.9.bb
+++ b/meta/recipes-kernel/cryptodev/cryptodev-module_1.9.bb
@@ -9,6 +9,7 @@ DEPENDS += "cryptodev-linux"
SRC_URI += " \
file://0001-Disable-installing-header-file-provided-by-another-p.patch \
+file://0001-ioctl.c-Fix-build-with-linux-4.13.patch \
"
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'