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 <[email protected]> --- 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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
