diff options
Diffstat (limited to 'meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev_1.7.inc')
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev_1.7.inc | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev_1.7.inc b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev_1.7.inc new file mode 100644 index 00000000..6b65f729 --- /dev/null +++ b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev_1.7.inc | |||
@@ -0,0 +1,47 @@ | |||
1 | HOMEPAGE = "http://cryptodev-linux.org/" | ||
2 | |||
3 | RCONFLICTS_${PN} = "ocf-linux" | ||
4 | RREPLACES_${PN} = "ocf-linux" | ||
5 | |||
6 | LICENSE = "GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
8 | |||
9 | SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz" | ||
10 | SRC_URI[md5sum] = "0b63b3481cf2c90386b35f057481d36b" | ||
11 | SRC_URI[sha256sum] = "41880533b53de4d7b3f054e230f576988dafb8eed7bef5ebcf6422bb2e3a3b25" | ||
12 | |||
13 | # Upstream hotfixes and yocto specific patches | ||
14 | SRC_URI_append = " \ | ||
15 | file://0001-fix-compilation-against-linux-3.19.patch \ | ||
16 | file://0002-tests-Makefile-fix-arg-passing-to-CC-in-implicit-rul.patch \ | ||
17 | file://0003-Disable-installing-header-file-provided-by-another-p.patch \ | ||
18 | file://0004-Add-the-compile-and-install-rules-for-cryptodev-test.patch \ | ||
19 | " | ||
20 | # SDK patches | ||
21 | SRC_URI_append = " file://0001-add-support-for-composite-TLS10-SHA1-AES-algorithm-o.patch \ | ||
22 | file://0002-add-support-for-COMPAT_CIOCAUTHCRYPT-ioctl.patch \ | ||
23 | file://0003-PKC-support-added-in-cryptodev-module.patch \ | ||
24 | file://0004-Compat-versions-of-PKC-IOCTLs.patch \ | ||
25 | file://0005-Asynchronous-interface-changes-in-cryptodev.patch \ | ||
26 | file://0006-ECC_KEYGEN-and-DLC_KEYGEN-supported-in-cryptodev-mod.patch \ | ||
27 | file://0007-RCU-stall-fixed-in-PKC-asynchronous-interface.patch \ | ||
28 | file://0008-Add-RSA-Key-generation-offloading.patch \ | ||
29 | file://0009-Fixed-compilation-error-of-openssl-with-fsl-cryptode.patch \ | ||
30 | file://0010-add-support-for-composite-TLS10-SHA1-3DES-algorithm-.patch \ | ||
31 | file://0011-add-support-for-TLSv1.1-record-offload.patch \ | ||
32 | file://0012-add-support-for-TLSv1.2-record-offload.patch \ | ||
33 | file://0013-clean-up-code-layout.patch \ | ||
34 | file://0014-remove-redundant-data-copy-for-pkc-operations.patch \ | ||
35 | file://0015-fix-pkc-request-deallocation.patch \ | ||
36 | file://0016-add-basic-detection-of-asym-features.patch \ | ||
37 | file://0017-remove-dead-code.patch \ | ||
38 | file://0018-fix-compat-warnings.patch \ | ||
39 | file://0019-fix-size_t-print-format.patch \ | ||
40 | file://0020-fix-uninitialized-variable-compiler-warning.patch \ | ||
41 | " | ||
42 | |||
43 | # NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc | ||
44 | # if pkc-host does not need customized cryptodev patches anymore | ||
45 | SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" | ||
46 | |||
47 | S = "${WORKDIR}/cryptodev-linux-${PV}" | ||