mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
a54c2107b3
commit
a43ca69a9d
|
@ -45,6 +45,7 @@ export ICP_DC_API_DIR = "${STAGING_DIR_TARGET}${includedir}/dc"
|
|||
export ZLIB_DH895XCC = "1"
|
||||
export ZLIB_MEMORY_DRIVER = "qat_mem"
|
||||
export ICP_BUILD_OUTPUT = "${STAGING_DIR_TARGET}"
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
inherit module
|
||||
MEM_PATH = "${S}/contrib/qat"
|
||||
|
|
Loading…
Reference in New Issue
Block a user