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 <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2017-03-14 16:45:45 -07:00
parent df8aa97ec5
commit af8e3762a5

View File

@ -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"