summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* meta-crystalforest: zlib-qat depends on virtual/qatAnuj Mittal2015-07-291-1/+1
| | | | | | | | | | | | | | Made zlib-qat DEPENDS on virtual/qat. This allows us to switch between highland forest and crystal forest platforms. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit 11cbe728ec6ce65ea8df08752cb6b0cabed62da0 from dizzy) Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-crystalforest: add virtual/qat providerAnuj Mittal2015-07-291-0/+2
| | | | | | | | Changed qat16 to PROVIDES "virtual/qat" so we can switch between qat16 and any future revisions of qat for supported platforms. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-crystalforest: zlib-qat: remove extra cflagsAnuj Mittal2015-07-102-20/+66
| | | | | | | | | Remove the extra CFLAGS not required and added a patch to get rid of the rpath that is not required when linking to a lib in sysroot. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-crystalforest: zlib-qat: simplify do_installAnuj Mittal2015-07-102-6/+58
| | | | | | | Use the install targets from makefiles. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-crystalforest: rename zlib-qat recipeAnuj Mittal2015-07-101-0/+0
| | | | | | | Rename recipe to include version info. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-crystalforest: Zlib QAT_MEM MM Modulevenkatasubramanian pattu2015-07-102-0/+162
| | | | | | | | | | | | | | | | | | | The zlib software library and the Intel QuickAssist Technology both implement the deflate algorithm as described in RFC 1951. This software accelerates the data compression algorithm in the zlib software library via the Intel QuickAssist Technology implemented on Intel Communications Chipsets. Signed-off-by: venkatasubramanian pattu <venkatasubramanianx.pattu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> (Imported from meta-intel commit 3ee02a36e0d1126fda0c6ea6a1bef4db08b8be7a) Changed the kernel module build patch to align with fido to make sure that the kernel module compiles. Added KERNEL_BUILDDIR to point to kernel build. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-crystalforest: qat recipe for riverforestAnuj Mittal2015-07-104-0/+530
This recipe implements the support for Intel QAT 2.3.0-34 for Intel RiverForest platforms. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>