summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/zlib-qat
Commit message (Collapse)AuthorAgeFilesLines
* meta-isg: zlib-qat: fix for unpack and patch errorRahul Kumar Gupta2016-08-041-14/+26
| | | | | | | | | | | | | | | | | zlib-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 zlib. This results in 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 zlib-1.2.8. And, other to apply the patches added in SRC_URI. Added flags "-q -o" flags to unzip command to quietly overwrite if files/folders already exist to avoid build from breaking. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-isg: zlib-qat: fix for GNU_HASH QA errorRahul Kumar Gupta2016-07-271-0/+1
| | | | | | | | | | Fix for: ERROR: QA Issue: No GNU_HASH in the elf binary by adding LDFLAGS to TARGET_CC_ARCH. To be sure that the LDFLAGS variable is being passed to the linker command. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-isg: zlib-qat: explicitly set EXTRA_OEMAKE requiredRahul Kumar Gupta2016-03-301-0/+1
| | | | | | | | | The openssl 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: zlib-qat: add COMPATIBLE_MACHINEAnuj Mittal2015-09-211-1/+1
| | | | | | | | Mark common intel-core-i7 as the COMPATIBLE_MACHINE for zlib-qat 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/+262
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>