diff options
Diffstat (limited to 'meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc')
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc new file mode 100644 index 00000000..e32e3502 --- /dev/null +++ b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc | |||
@@ -0,0 +1,17 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl:" | ||
2 | |||
3 | SRC_URI_qoriq-ppc = "git://github.com/cryptodev-linux/cryptodev-linux.git \ | ||
4 | file://0001-add-support-for-composite-TLS10-SHA1-AES-algorithm-o.patch \ | ||
5 | file://0002-add-support-for-COMPAT_CIOCAUTHCRYPT-ioctl.patch \ | ||
6 | file://0003-PKC-support-added-in-cryptodev-module.patch \ | ||
7 | file://0004-Compat-versions-of-PKC-IOCTLs.patch \ | ||
8 | file://0005-Asynchronous-interface-changes-in-cryptodev.patch \ | ||
9 | file://0006-ECC_KEYGEN-and-DLC_KEYGEN-supported-in-cryptodev-mod.patch \ | ||
10 | file://0007-RCU-stall-fixed-in-PKC-asynchronous-interface.patch \ | ||
11 | file://0008-Add-RSA-Key-generation-offloading.patch \ | ||
12 | file://0009-Fixed-compilation-error-of-openssl-with-fsl-cryptode.patch \ | ||
13 | " | ||
14 | SRCREV_qoriq-ppc = "6aa62a2c320b04f55fdfe0ed015c3d9b48997239" | ||
15 | |||
16 | S_qoriq-ppc = "${WORKDIR}/git" | ||
17 | |||