diff options
| author | Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> | 2016-03-31 02:55:12 +0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2016-03-30 16:18:12 -0700 |
| commit | a43ca69a9d61550a7ef70b3d239e77936a5130f0 (patch) | |
| tree | 482be06b17eb32817e1d09a93cdb3e719949a761 /meta-isg | |
| parent | a54c2107b3220f5cc655d4d9cdd802005565281d (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-isg')
| -rw-r--r-- | meta-isg/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 1 |
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" | |||
| 45 | export ZLIB_DH895XCC = "1" | 45 | export ZLIB_DH895XCC = "1" |
| 46 | export ZLIB_MEMORY_DRIVER = "qat_mem" | 46 | export ZLIB_MEMORY_DRIVER = "qat_mem" |
| 47 | export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}" | 47 | export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}" |
| 48 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
| 48 | 49 | ||
| 49 | inherit module | 50 | inherit module |
| 50 | MEM_PATH = "${S}/contrib/qat" | 51 | MEM_PATH = "${S}/contrib/qat" |
