mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
df8aa97ec5
commit
af8e3762a5
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user