diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-28 15:44:09 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
| commit | ece24e8f9a042561f188d8f09c60b146dd081c94 (patch) | |
| tree | 1f9b832c30fa2740f16363187493814aca21a3c2 /recipes-kernel/cryptodev/cryptodev-qoriq_1.8.inc | |
| parent | d586bfdde75ab6cae4f2dcdb63c068e07f4c188e (diff) | |
| download | meta-freescale-ece24e8f9a042561f188d8f09c60b146dd081c94.tar.gz | |
cryptodev-qoriq: update to v1.9
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/cryptodev/cryptodev-qoriq_1.8.inc')
| -rw-r--r-- | recipes-kernel/cryptodev/cryptodev-qoriq_1.8.inc | 138 |
1 files changed, 0 insertions, 138 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.8.inc b/recipes-kernel/cryptodev/cryptodev-qoriq_1.8.inc deleted file mode 100644 index b55a33c46..000000000 --- a/recipes-kernel/cryptodev/cryptodev-qoriq_1.8.inc +++ /dev/null | |||
| @@ -1,138 +0,0 @@ | |||
| 1 | HOMEPAGE = "http://cryptodev-linux.org/" | ||
| 2 | |||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 5 | |||
| 6 | python() { | ||
| 7 | pkgs = d.getVar('PACKAGES', True).split() | ||
| 8 | for p in pkgs: | ||
| 9 | if 'cryptodev-qoriq' in p: | ||
| 10 | d.appendVar("RPROVIDES_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev')) | ||
| 11 | d.appendVar("RCONFLICTS_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev')) | ||
| 12 | d.appendVar("RREPLACES_%s" % p, p.replace('cryptodev-qoriq', 'cryptodev')) | ||
| 13 | } | ||
| 14 | |||
| 15 | FILESEXTRAPATHS_prepend := "${THISDIR}/sdk_patches:" | ||
| 16 | FILESEXTRAPATHS_prepend := "${THISDIR}/yocto_patches:" | ||
| 17 | |||
| 18 | SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz" | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "02644cc4cd02301e0b503a332eb2f0b5" | ||
| 21 | SRC_URI[sha256sum] = "67fabde9fb67b286a96c4f45b594b0eccd0f761b495705c18f2ae9461b831376" | ||
| 22 | |||
| 23 | # SDK patches | ||
| 24 | SRC_URI_append = " file://0001-add-support-for-composite-TLS10-SHA1-AES-algorithm-o.patch \ | ||
| 25 | file://0002-add-support-for-COMPAT_CIOCAUTHCRYPT-ioctl.patch \ | ||
| 26 | file://0003-PKC-support-added-in-cryptodev-module.patch \ | ||
| 27 | file://0004-Compat-versions-of-PKC-IOCTLs.patch \ | ||
| 28 | file://0005-Asynchronous-interface-changes-in-cryptodev.patch \ | ||
| 29 | file://0006-ECC_KEYGEN-and-DLC_KEYGEN-supported-in-cryptodev-mod.patch \ | ||
| 30 | file://0007-RCU-stall-fixed-in-PKC-asynchronous-interface.patch \ | ||
| 31 | file://0008-Add-RSA-Key-generation-offloading.patch \ | ||
| 32 | file://0009-Fixed-compilation-error-of-openssl-with-fsl-cryptode.patch \ | ||
| 33 | file://0010-add-support-for-composite-TLS10-SHA1-3DES-algorithm-.patch \ | ||
| 34 | file://0011-add-support-for-TLSv1.1-record-offload.patch \ | ||
| 35 | file://0012-add-support-for-TLSv1.2-record-offload.patch \ | ||
| 36 | file://0013-clean-up-code-layout.patch \ | ||
| 37 | file://0014-remove-redundant-data-copy-for-pkc-operations.patch \ | ||
| 38 | file://0015-fix-pkc-request-deallocation.patch \ | ||
| 39 | file://0016-add-basic-detection-of-asym-features.patch \ | ||
| 40 | file://0017-remove-dead-code.patch \ | ||
| 41 | file://0018-fix-compat-warnings.patch \ | ||
| 42 | file://0019-fix-size_t-print-format.patch \ | ||
| 43 | file://0020-fix-uninitialized-variable-compiler-warning.patch \ | ||
| 44 | file://0021-check-return-codes-for-copy-to-from-user-functions.patch \ | ||
| 45 | file://0022-fix-double-free-pkc-req-on-error.patch \ | ||
| 46 | file://0023-remove-MAY_BACKLOG-flag-from-requests.patch \ | ||
| 47 | file://0024-fix-COMPAT_CIOCKEY-ioctl-command-number.patch \ | ||
| 48 | file://0025-fix-benchmarks-linking.patch \ | ||
| 49 | file://0026-fix-Makefile-to-allow-parallel-make-with-j-option.patch \ | ||
| 50 | file://0027-use-Linux-kernel-conventions-for-Makefile-variables.patch \ | ||
| 51 | file://0028-for-consistency-use-.-instead-of-.-in-makefiles.patch \ | ||
| 52 | file://0029-fix-clean-up-on-error-path-for-crypto_create_session.patch \ | ||
| 53 | file://0030-remove-code-duplication-in-cryptodev_hash_init.patch \ | ||
| 54 | file://0031-fix-comment-typo.patch \ | ||
| 55 | file://0032-avoid-calls-to-kmalloc-on-hotpaths.patch \ | ||
| 56 | file://0033-avoid-unnecessary-checks-for-hash-clean-up.patch \ | ||
| 57 | file://0034-extend-API-with-CIOCHASH-to-support-direct-hash-oper.patch \ | ||
| 58 | file://0035-use-directly-crypto-API-digest-operation-for-CIOCHAS.patch \ | ||
| 59 | file://0036-add-compat-for-CIOCHASH-operation.patch \ | ||
| 60 | file://0037-rewrite-sha_speed.c-to-reduce-code-duplication.patch \ | ||
| 61 | file://0038-extend-sha_speed.c-to-test-CIOCHASH.patch \ | ||
| 62 | file://0039-fix-memory-leaks-on-error-path-for-CIOCHASH.patch \ | ||
| 63 | file://0040-fix-structure-init-in-sha_speed-test.patch \ | ||
| 64 | file://0041-add-separate-target-for-building-tests.patch \ | ||
| 65 | file://0042-fix-destination-for-staged-installs.patch \ | ||
| 66 | file://0043-add-install-target-for-tests.patch \ | ||
| 67 | file://0044-add-aes-256-xts-support-for-async-speed-test.patch \ | ||
| 68 | file://0045-add-support-for-crc32c-hash-async-speed-test.patch \ | ||
| 69 | file://0046-add-support-for-sha1-hash-async-speed-test.patch \ | ||
| 70 | file://0047-add-support-for-sha2-256-hash-async-speed-test.patch \ | ||
| 71 | file://0048-add-support-for-aes-256-xts-sync-speed-test.patch \ | ||
| 72 | file://0049-add-support-for-crc32c-hash-sync-speed-test.patch \ | ||
| 73 | file://0050-add-basic-optargs-support-for-async_speed-test.patch \ | ||
| 74 | file://0051-enable-async-code-by-default.patch \ | ||
| 75 | file://0052-add-flag-to-report-in-a-machine-friendly-format.patch \ | ||
| 76 | file://0053-honor-the-m-flag-in-async_speed.patch \ | ||
| 77 | file://0054-rename-algorithm-names-for-clarity.patch \ | ||
| 78 | file://0055-add-multithreaded-wrapper-for-async-speed-test.patch \ | ||
| 79 | file://0056-fix-set-min-value-when-allocating-alligned-memory-bu.patch \ | ||
| 80 | file://0057-gracefull-stop-for-async-speed-tests.patch \ | ||
| 81 | file://0058-sanity-check-on-dev-crypto-availability.patch \ | ||
| 82 | file://0059-fix-some-issues-with-parsing-mpstat-output.patch \ | ||
| 83 | file://0060-more-precision-in-running-mpstat.patch \ | ||
| 84 | file://0061-add-a-little-space-in-the-output-for-clarity.patch \ | ||
| 85 | file://0062-fix-build-warnings-on-implicit-function-declarations.patch \ | ||
| 86 | file://0063-avoid-implicit-conversion-between-signed-and-unsigne.patch \ | ||
| 87 | file://0064-remove-not-used-local-variables.patch \ | ||
| 88 | file://0065-return-error-code-of-the-test-if-there-is-one.patch \ | ||
| 89 | file://0066-do-more-strict-code-checking-to-avoid-maintenance-is.patch \ | ||
| 90 | file://0067-fix-issues-with-install-target.patch \ | ||
| 91 | file://0068-setting-KERNEL_DIR-is-not-necessary-to-build-tests.patch \ | ||
| 92 | file://0069-fix-the-reported-unit.patch \ | ||
| 93 | file://0070-remove-old-results-to-avoid-incorrect-reports.patch \ | ||
| 94 | file://0071-fix-the-scale-of-the-runtime-value.patch \ | ||
| 95 | file://0072-use-.-instead-of-.-for-consistency.patch \ | ||
| 96 | file://0073-really-fix-again.-the-mpstat-issue.patch \ | ||
| 97 | file://0074-make-default-output-tabular.patch \ | ||
| 98 | file://0075-fix-incorrect-handling-of-error-cases.patch \ | ||
| 99 | file://0076-exit-early-if-cryptodev-tests-are-not-installed.patch \ | ||
| 100 | file://0077-the-C-standard-used-by-cryptodev-is-C90-with-GNU-ext.patch \ | ||
| 101 | file://0078-remove-output-line-because-it-does-not-add-clarity-t.patch \ | ||
| 102 | file://0079-fix-typo-use-consistent-spacing.patch \ | ||
| 103 | file://0080-graceful-exit-if-cryptodev-is-not-built-with-ASYNC-f.patch \ | ||
| 104 | file://0081-add-sync-speed-tests-with-the-same-format-as-async-o.patch \ | ||
| 105 | file://0082-force-LC_TIME-value-to-avoid-mpstat-not-using-ISO860.patch \ | ||
| 106 | file://0083-use-the-same-algorithm-names-in-sync_speed-as-in-asy.patch \ | ||
| 107 | file://0084-fix-ignored-SIGALRM-signals-on-some-platforms.patch \ | ||
| 108 | file://0085-add-notes-about-configured-limits-in-SEC-driver.patch \ | ||
| 109 | file://0086-add-a-wrapper-script-for-running-all-tests.patch \ | ||
| 110 | file://0087-add-to-cpu-idle-for-convenience.patch \ | ||
| 111 | file://0088-merge-sync-and-async-benchmarks-into-a-single-progra.patch \ | ||
| 112 | file://0089-add-async-option-to-run_crypto_tests.sh.patch \ | ||
| 113 | file://0090-Adjust-to-recent-user-page-API-changes.patch \ | ||
| 114 | file://0091-Fix-test-compile-time-warnings.patch \ | ||
| 115 | file://0092-Support-skcipher-in-addition-to-ablkcipher-API.patch \ | ||
| 116 | file://0093-Fix-ablkcipher-algorithms-usage-in-v4.8-kernels.patch \ | ||
| 117 | file://0094-Adjust-to-another-change-in-the-user-page-API.patch \ | ||
| 118 | file://0095-rename-header-file-to-clarify-purpose.patch \ | ||
| 119 | file://0096-use-buf_align-macro-to-reduce-code-duplication.patch \ | ||
| 120 | file://0097-avoid-implicit-conversion-between-signed-and-unsigne.patch \ | ||
| 121 | file://0098-reduce-tests-Makefile-distance-with-upstream.patch \ | ||
| 122 | file://0099-add-support-for-authenc-hmac-sha1-cbc-aes-speed-test.patch \ | ||
| 123 | file://0100-close-the-session-after-every-test.patch \ | ||
| 124 | file://0101-add-support-for-rsa-speed-tests.patch \ | ||
| 125 | file://0102-adjust-to-API-changes-in-kernel-4.10.patch \ | ||
| 126 | file://0103-zc-Use-the-power-of-elif.patch \ | ||
| 127 | file://0104-fix-reset-finish-condition-before-test-start.patch \ | ||
| 128 | file://0105-update-copyright-notes.patch \ | ||
| 129 | " | ||
| 130 | SRC_URI_append = " file://0003-update-the-install-path-for-cryptodev-tests.patch" | ||
| 131 | |||
| 132 | # NOTE: remove this patch and all traces of DISTRO_FEATURE c29x_pkc | ||
| 133 | # if pkc-host does not need customized cryptodev patches anymore | ||
| 134 | SRC_URI_append = "${@bb.utils.contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" | ||
| 135 | |||
| 136 | S = "${WORKDIR}/cryptodev-linux-${PV}" | ||
| 137 | |||
| 138 | CLEANBROKEN = "1" | ||
