[meta-intel] [PATCH] openssl-qat: Use COMPATIBLE_MACHINE

Saul Wold sgw at linux.intel.com
Tue Mar 14 16:47:30 PDT 2017


This EXCULDE_FROM_WORLD was not the correct approach, since openssl-qat
depends on qat16 which is only compatible with intel-corei7-64, openssl-qat
should also use this approach.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 common/recipes-extended/openssl-qat/openssl-qat.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-extended/openssl-qat/openssl-qat.inc b/common/recipes-extended/openssl-qat/openssl-qat.inc
index 1f19acb..cbac599 100644
--- a/common/recipes-extended/openssl-qat/openssl-qat.inc
+++ b/common/recipes-extended/openssl-qat/openssl-qat.inc
@@ -122,4 +122,4 @@ FILES_${PN} =+ "\
 		${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \
 		"
 
-EXCLUDE_FROM_WORLD_core2-32-intel-common = "1"
+COMPATIBLE_MACHINE = "intel-corei7-64"
-- 
2.7.4



More information about the meta-intel mailing list