From 9a948a9039c5b6e299898a236402420e48cd08a4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 7 Dec 2016 16:49:44 -0800 Subject: 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 [Removed extra whitespace added to qat16.inc file.] Signed-off-by: California Sullivan --- common/recipes-extended/openssl-qat/openssl-qat.inc | 2 ++ common/recipes-extended/qat/qat16.inc | 2 ++ common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 2 ++ 3 files changed, 6 insertions(+) (limited to 'common/recipes-extended') diff --git a/common/recipes-extended/openssl-qat/openssl-qat.inc b/common/recipes-extended/openssl-qat/openssl-qat.inc index 1b3e0c17..1f19acbf 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 381d734e..9662eff2 100644 --- a/common/recipes-extended/qat/qat16.inc +++ b/common/recipes-extended/qat/qat16.inc @@ -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" 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 825fbfa7..d46e5fe4 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" -- cgit v1.2.3-54-g00ecf