Havine COMPATIBLE_MACHINE causes errors for non-compatible machine, so inaddition we EXCLUDE_FROM_WORLD for world builds
Signed-off-by: Saul Wold <[email protected]> --- common/recipes-extended/openssl-qat/openssl-qat.inc | 2 ++ common/recipes-extended/qat/qat16.inc | 3 +++ common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 2 ++ 3 files changed, 7 insertions(+) diff --git a/common/recipes-extended/openssl-qat/openssl-qat.inc b/common/recipes-extended/openssl-qat/openssl-qat.inc index 1b3e0c1..1f19acb 100644 --- a/common/recipes-extended/openssl-qat/openssl-qat.inc +++ b/common/recipes-extended/openssl-qat/openssl-qat.inc @@ -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" diff --git a/common/recipes-extended/qat/qat16.inc b/common/recipes-extended/qat/qat16.inc index 381d734..0cfe6ed 100644 --- a/common/recipes-extended/qat/qat16.inc +++ b/common/recipes-extended/qat/qat16.inc @@ -118,3 +118,6 @@ FILES_${PN} += "\ FILES_${PN}-dbg += "${sysconfdir}/init.d/.debug" FILES_${PN}-app += "${bindir}/*" + +EXCLUDE_FROM_WORLD_core2-32-intel-common = "1" + diff --git a/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb b/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb index 825fbfa..d46e5fe 100644 --- a/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb +++ b/common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb @@ -125,3 +125,5 @@ FILES_${PN}-app += " \ FILES_${PN}-dbg += " \ ${bindir}/.debug \ " + +EXCLUDE_FROM_WORLD_core2-32-intel-common = "1" -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
