diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-03-14 16:45:45 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-03-14 16:47:03 -0700 |
commit | af8e3762a5932d6705f20e72b43457e112df0c28 (patch) | |
tree | f48dd26749ce8d3aa5a0d658c50faf93a34c30b3 /common/recipes-extended/openssl-qat/openssl-qat.inc | |
parent | df8aa97ec59a800efa660697b3760fbbf17e4c7a (diff) | |
download | meta-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/recipes-extended/openssl-qat/openssl-qat.inc')
-rw-r--r-- | common/recipes-extended/openssl-qat/openssl-qat.inc | 2 |
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 | ||
125 | EXCLUDE_FROM_WORLD_core2-32-intel-common = "1" | 125 | COMPATIBLE_MACHINE = "intel-corei7-64" |