summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anujx.mittal@intel.com>2015-09-01 18:42:33 +0800
committerSaul Wold <sgw@linux.intel.com>2015-09-01 09:24:57 -0700
commitef677f1d302f7d9277b5c18b899be78317c87b37 (patch)
tree410a7be294cc8af141432ea0d9d270235ab5aa67
parent655127d8cec9801b2fa379588b323ad3705a3119 (diff)
downloadmeta-intel-ef677f1d302f7d9277b5c18b899be78317c87b37.tar.gz
meta-crystalforest: zlib: Add COMPATIBLE_MACHINE
Mark crystalforest as a COMPATIBLE_MACHINE for zlib-qat. Make sure that we specifically mark which machines this recipe/package will be compatible with. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb b/meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
index eb209b1b..b3dc19cb 100644
--- a/meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
+++ b/meta-crystalforest/recipes-extended/zlib-qat/zlib-qat_0.4.7-002.bb
@@ -29,6 +29,8 @@ SRC_URI[zlib.sha256sum] = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166
29SRC_URI[zlibqat.md5sum] = "dfde8618198aa8d35ecc00d10dcc7000" 29SRC_URI[zlibqat.md5sum] = "dfde8618198aa8d35ecc00d10dcc7000"
30SRC_URI[zlibqat.sha256sum] = "8e5786400bbc2a879ae705c864ec63b53ae019b4f2d1c94524a97223847b6e46" 30SRC_URI[zlibqat.sha256sum] = "8e5786400bbc2a879ae705c864ec63b53ae019b4f2d1c94524a97223847b6e46"
31 31
32COMPATIBLE_MACHINE = "crystalforest"
33
32ZLIB_VERSION = "1.2.8" 34ZLIB_VERSION = "1.2.8"
33ZLIB_QAT_VERSION = "0.4.7-002" 35ZLIB_QAT_VERSION = "0.4.7-002"
34 36