mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
753f37a1fd
commit
9a948a9039
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -125,3 +125,5 @@ FILES_${PN}-app += " \
|
|||
FILES_${PN}-dbg += " \
|
||||
${bindir}/.debug \
|
||||
"
|
||||
|
||||
EXCLUDE_FROM_WORLD_core2-32-intel-common = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user