summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-12-07 16:49:44 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2016-12-09 17:59:10 -0800
commit9a948a9039c5b6e299898a236402420e48cd08a4 (patch)
tree23c19d56664a54f80dca33908ec856bc6ddc74b9 /common
parent753f37a1fd427598dcf7f7024ab5fef82f554ad9 (diff)
downloadmeta-intel-9a948a9039c5b6e299898a236402420e48cd08a4.tar.gz
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>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-extended/openssl-qat/openssl-qat.inc2
-rw-r--r--common/recipes-extended/qat/qat16.inc2
-rw-r--r--common/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb2
3 files changed, 6 insertions, 0 deletions
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} =+ "\
121 ${OPENSSL_PREFIX}${base_libdir}/ssl \ 121 ${OPENSSL_PREFIX}${base_libdir}/ssl \
122 ${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \ 122 ${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \
123 " 123 "
124
125EXCLUDE_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} += "\
118FILES_${PN}-dbg += "${sysconfdir}/init.d/.debug" 118FILES_${PN}-dbg += "${sysconfdir}/init.d/.debug"
119 119
120FILES_${PN}-app += "${bindir}/*" 120FILES_${PN}-app += "${bindir}/*"
121
122EXCLUDE_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 += " \
125FILES_${PN}-dbg += " \ 125FILES_${PN}-dbg += " \
126 ${bindir}/.debug \ 126 ${bindir}/.debug \
127 " 127 "
128
129EXCLUDE_FROM_WORLD_core2-32-intel-common = "1"