qat: add EXCLUDE_FROM_WORLD for core2

Havine COMPATIBLE_MACHINE causes errors for non-compatible machine,
so inaddition we EXCLUDE_FROM_WORLD for world builds

Signed-off-by: Saul Wold <sgw@linux.intel.com>
[Removed extra whitespace added to qat16.inc file.]
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
Saul Wold 2016-12-07 16:49:44 -08:00 committed by California Sullivan
parent 753f37a1fd
commit 9a948a9039
3 changed files with 6 additions and 0 deletions

View File

@ -121,3 +121,5 @@ FILES_${PN} =+ "\
${OPENSSL_PREFIX}${base_libdir}/ssl \
${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \
"
EXCLUDE_FROM_WORLD_core2-32-intel-common = "1"

View File

@ -118,3 +118,5 @@ FILES_${PN} += "\
FILES_${PN}-dbg += "${sysconfdir}/init.d/.debug"
FILES_${PN}-app += "${bindir}/*"
EXCLUDE_FROM_WORLD_core2-32-intel-common = "1"

View File

@ -125,3 +125,5 @@ FILES_${PN}-app += " \
FILES_${PN}-dbg += " \
${bindir}/.debug \
"
EXCLUDE_FROM_WORLD_core2-32-intel-common = "1"