summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/openssl-qat
Commit message (Collapse)AuthorAgeFilesLines
* meta-isg: openssl-qat: fix for patch errorRahul Kumar Gupta2016-08-041-12/+25
| | | | | | | | | | | | | | openssl-qat is different from other packages in the way that it has a patch present in a zip file that is unpacked and applied on top of openssl. This results in patch errors when doing an incremental build using bitbake. To resolve, splitted do_patch into two - one to unpack the qat patch and apply it on openssl. And, other to apply the patches added in SRC_URI. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-isg: openssl-qat: fix configure and compilationRahul Kumar Gupta2016-03-301-2/+2
| | | | | | | | | | | | 'disable-static' option is there in EXTRA_OECONF variable. No such option is supported by configure script. So better to pass required option directly without using variable. This recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: openssl-qat: Add support for v0.4.9-009Rahul Kumar Gupta2016-02-129-0/+5194
This recipe adds the openssl-qat engine that accelerates some of the libcrypto algorithms via the Intel QAT implemented on Intel communication chipsets. QAT sample patch v0.4.9-009 is based on async branch of openssl-1.0.1m. openssl & zlib shim layers both install the qat_mem.ko driver. Make openssl shim dependent on zlib-qat and ensure that only zlib-qat installs this kernel module. This fix change in future when qat_mem module has been forked into a separate package. The recipe is for platforms like grantley and crystalforest using the common BSP intel-corei7-64. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>