summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-03-31 02:55:12 +0800
committerSaul Wold <sgw@linux.intel.com>2016-03-30 16:18:12 -0700
commita43ca69a9d61550a7ef70b3d239e77936a5130f0 (patch)
tree482be06b17eb32817e1d09a93cdb3e719949a761
parenta54c2107b3220f5cc655d4d9cdd802005565281d (diff)
downloadmeta-intel-a43ca69a9d61550a7ef70b3d239e77936a5130f0.tar.gz
meta-isg: zlib-qat: explicitly set EXTRA_OEMAKE required
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>
-rw-r--r--meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb b/meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
index 83f28966..23a9ee2e 100644
--- a/meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
+++ b/meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
@@ -45,6 +45,7 @@ export ICP_DC_API_DIR = "${STAGING_DIR_TARGET}${includedir}/dc"
45export ZLIB_DH895XCC = "1" 45export ZLIB_DH895XCC = "1"
46export ZLIB_MEMORY_DRIVER = "qat_mem" 46export ZLIB_MEMORY_DRIVER = "qat_mem"
47export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}" 47export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}"
48EXTRA_OEMAKE = "-e MAKEFLAGS="
48 49
49inherit module 50inherit module
50MEM_PATH = "${S}/contrib/qat" 51MEM_PATH = "${S}/contrib/qat"