From af8e3762a5932d6705f20e72b43457e112df0c28 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 14 Mar 2017 16:45:45 -0700 Subject: openssl-qat: Use COMPATIBLE_MACHINE 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 --- common/recipes-extended/openssl-qat/openssl-qat.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/recipes-extended/openssl-qat/openssl-qat.inc b/common/recipes-extended/openssl-qat/openssl-qat.inc index 1f19acbf..cbac5992 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" -- cgit v1.2.3-54-g00ecf