summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-03-14 16:45:45 -0700
committerSaul Wold <sgw@linux.intel.com>2017-03-14 16:47:03 -0700
commitaf8e3762a5932d6705f20e72b43457e112df0c28 (patch)
treef48dd26749ce8d3aa5a0d658c50faf93a34c30b3 /common
parentdf8aa97ec59a800efa660697b3760fbbf17e4c7a (diff)
downloadmeta-intel-af8e3762a5932d6705f20e72b43457e112df0c28.tar.gz
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>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-extended/openssl-qat/openssl-qat.inc2
1 files changed, 1 insertions, 1 deletions
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} =+ "\
122 ${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \ 122 ${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \
123 " 123 "
124 124
125EXCLUDE_FROM_WORLD_core2-32-intel-common = "1" 125COMPATIBLE_MACHINE = "intel-corei7-64"