diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2017-09-25 12:38:22 -0500 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2017-09-25 15:53:57 -0700 |
| commit | dc921fcd8d4da30757d284e8593b236d5370a40f (patch) | |
| tree | e6128556604f973ebe9c42e79124afbecd523489 /meta-qat | |
| parent | a513894de8cbe7d6671f58f0c3f374e08d7af1b8 (diff) | |
| download | meta-intel-dc921fcd8d4da30757d284e8593b236d5370a40f.tar.gz | |
qat: Move BSP specific configurations from recipes to machine.conf
The COMPATIBLE_MACHINE entry for qat recipes is set to 'null'. This
will prevent arbitrary machines from trying to use the qat functionality.
A compatible MACHINE must define itself as such for the qat recipes.
Embedding BSP specific knowledge into the recipe will cause the recipe to
slowly get out of date.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-qat')
| -rw-r--r-- | meta-qat/recipes-extended/openssl-qat/openssl-qat.inc | 2 | ||||
| -rw-r--r-- | meta-qat/recipes-extended/qat/qat16.inc | 2 | ||||
| -rw-r--r-- | meta-qat/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-qat/recipes-extended/openssl-qat/openssl-qat.inc b/meta-qat/recipes-extended/openssl-qat/openssl-qat.inc index cbac5992..ff22825d 100644 --- a/meta-qat/recipes-extended/openssl-qat/openssl-qat.inc +++ b/meta-qat/recipes-extended/openssl-qat/openssl-qat.inc | |||
| @@ -122,4 +122,4 @@ FILES_${PN} =+ "\ | |||
| 122 | ${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \ | 122 | ${OPENSSL_PREFIX}${base_libdir}/ssl/openssl.cnf \ |
| 123 | " | 123 | " |
| 124 | 124 | ||
| 125 | COMPATIBLE_MACHINE = "intel-corei7-64" | 125 | COMPATIBLE_MACHINE = "null" |
diff --git a/meta-qat/recipes-extended/qat/qat16.inc b/meta-qat/recipes-extended/qat/qat16.inc index cf112bbd..ad117ba1 100644 --- a/meta-qat/recipes-extended/qat/qat16.inc +++ b/meta-qat/recipes-extended/qat/qat16.inc | |||
| @@ -18,7 +18,7 @@ SRC_URI="file://qat16_2.3.0-34-qat-fix-for-cross-compilation-issue.patch \ | |||
| 18 | file://qat16_2.5.0-80-qat-Added-include-dir-path.patch \ | 18 | file://qat16_2.5.0-80-qat-Added-include-dir-path.patch \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64" | 21 | COMPATIBLE_MACHINE = "null" |
| 22 | COMPATIBLE_HOST_linux-gnux32 = "null" | 22 | COMPATIBLE_HOST_linux-gnux32 = "null" |
| 23 | 23 | ||
| 24 | S = "${WORKDIR}/${ICP_DRIVER_TYPE}" | 24 | S = "${WORKDIR}/${ICP_DRIVER_TYPE}" |
diff --git a/meta-qat/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb b/meta-qat/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb index f5b247b2..90e036f7 100644 --- a/meta-qat/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb +++ b/meta-qat/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb | |||
| @@ -30,7 +30,7 @@ SRC_URI[zlib.sha256sum] = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166 | |||
| 30 | SRC_URI[zlibqat.md5sum] = "dfde8618198aa8d35ecc00d10dcc7000" | 30 | SRC_URI[zlibqat.md5sum] = "dfde8618198aa8d35ecc00d10dcc7000" |
| 31 | SRC_URI[zlibqat.sha256sum] = "8e5786400bbc2a879ae705c864ec63b53ae019b4f2d1c94524a97223847b6e46" | 31 | SRC_URI[zlibqat.sha256sum] = "8e5786400bbc2a879ae705c864ec63b53ae019b4f2d1c94524a97223847b6e46" |
| 32 | 32 | ||
| 33 | COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64" | 33 | COMPATIBLE_MACHINE = "null" |
| 34 | 34 | ||
| 35 | ZLIB_VERSION = "1.2.8" | 35 | ZLIB_VERSION = "1.2.8" |
| 36 | ZLIB_QAT_VERSION = "0.4.7-002" | 36 | ZLIB_QAT_VERSION = "0.4.7-002" |
