summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/qat
Commit message (Collapse)AuthorAgeFilesLines
* meta-isg: qat: add intel-corei7-64 COMPATIBLE_MACHINEAnuj Mittal2015-09-211-1/+1
| | | | | | | | Mark intel common BSP as the compatible machine for qat recipes. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: recipe for version 2.5.0-80Anuj Mittal2015-09-212-0/+398
| | | | | | | | This adds the recipe for qat16 v2.5.0-80 for grantley platforms using the common BSP intel-corei7-64. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: fix strict_str* compile errorsAnuj Mittal2015-09-212-0/+41
| | | | | | | | | | | | | | Defines strict_str* have become obsolete and removed entirely starting from kernel v3.18. This results in errors like: error: implicit declaration of function 'strict_strtoull' [-Werror=implicit-function-declaration] Replace strict_strtoull with kstrtoull to ensure qat 2.3.0-34 compiles. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: fix inline build errors for gcc5Anuj Mittal2015-09-212-0/+33
| | | | | | | | | | | | | | | | | | | | | | gcc5 has changed its default standard to gnu11 from gnu89. These two standards have different inline semantics. This results in errors like: undefined reference to `icp_adf_getQueueNext' undefined reference to `icp_adf_updateQueueTail' undefined reference to `icp_adf_pollQueue' undefined reference to `icp_adf_queueDataToSend' undefined reference to `icp_adf_getQueueMemory' Use the -fgnu89-inline command line option as suggested in [1]. Also, make sure that all the CFLAGS values are being picked up by the compiler. [1] https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: move common content to qat16.incAnuj Mittal2015-09-212-114/+117
| | | | | | | | * Move common meta-data from version specific recipe to inc. * Remove PV in the recipe. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-crystalforest: move qat and zlib-qat to meta-isgAnuj Mittal2015-09-014-0/+532
Move qat and zlib-qat recipes from meta-crystalforest to meta-isg. This allows us to utilize these common components across all the supported platforms. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>