From 9a948a9039c5b6e299898a236402420e48cd08a4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 7 Dec 2016 16:49:44 -0800 Subject: qat: add EXCLUDE_FROM_WORLD for core2 Havine COMPATIBLE_MACHINE causes errors for non-compatible machine, so inaddition we EXCLUDE_FROM_WORLD for world builds Signed-off-by: Saul Wold [Removed extra whitespace added to qat16.inc file.] Signed-off-by: California Sullivan --- common/recipes-extended/openssl-qat/openssl-qat.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/recipes-extended/openssl-qat') diff --git a/common/recipes-extended/openssl-qat/openssl-qat.inc b/common/recipes-extended/openssl-qat/openssl-qat.inc index 1b3e0c17..1f19acbf 100644 --- a/common/recipes-extended/openssl-qat/openssl-qat.inc +++ b/common/recipes-extended/openssl-qat/openssl-qat.inc @@ -121,3 +121,5 @@ FILES_${PN} =+ "\ ${OPENSSL_PREFIX}${base_libdir}/ssl \ ${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \ " + +EXCLUDE_FROM_WORLD_core2-32-intel-common = "1" -- cgit v1.2.3-54-g00ecf