summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/openssl-qat
Commit message (Collapse)AuthorAgeFilesLines
* openssl-qat: Use COMPATIBLE_MACHINESaul Wold2017-03-141-1/+1
| | | | | | | | This EXCULDE_FROM_WORLD was not the correct approach, since openssl-qat depends on qat16 which is only compatible with intel-corei7-64, openssl-qat should also use this approach. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* openssl-qat: Add patch to support MUSLSaul Wold2017-02-102-0/+49
| | | | | | | openssl-qat was using pthread_yield() instead of the POSIX API of sched_yield() which MUSL supports Signed-off-by: Saul Wold <sgw@linux.intel.com>
* qat: add EXCLUDE_FROM_WORLD for core2Saul Wold2016-12-091-0/+2
| | | | | | | | | Havine COMPATIBLE_MACHINE causes errors for non-compatible machine, so inaddition we EXCLUDE_FROM_WORLD for world builds Signed-off-by: Saul Wold <sgw@linux.intel.com> [Removed extra whitespace added to qat16.inc file.] Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* openssl-qat: move recipe from meta-isg to commonRahul Kumar Gupta2016-10-189-0/+5207
Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate openssl-qat v0.4.9-009 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>