summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/qat/qat16_2.3.0-34.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-isg: qat: fix strict_str* compile errorsAnuj Mittal2015-09-211-0/+1
| | | | | | | | | | | | | | 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: move common content to qat16.incAnuj Mittal2015-09-211-114/+3
| | | | | | | | * 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-011-0/+118
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>