diff options
author | 2015-09-01 18:42:33 +0800 | |
---|---|---|
committer | 2015-09-01 09:26:53 -0700 | |
commit | 06538135ea2ad9d88065618610d38548a41570a1 (patch) | |
tree | 17ee0d833d87ceb6535b61564e3d6a0ab79749cd | |
parent | 47f651e22c7d16db3b512d1392149f16d11015b0 (diff) | |
download | meta-intel-06538135ea2ad9d88065618610d38548a41570a1.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.bb | 2 |
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 SRC_URI[zlibqat.md5sum] = "dfde8618198aa8d35ecc00d10dcc7000" SRC_URI[zlibqat.sha256sum] = "8e5786400bbc2a879ae705c864ec63b53ae019b4f2d1c94524a97223847b6e46" +COMPATIBLE_MACHINE = "crystalforest" + ZLIB_VERSION = "1.2.8" ZLIB_QAT_VERSION = "0.4.7-002" |