Intel(R) ME TEE Library is the cross-platform access
library for Intel(R) CSME HECI interface.
Sources at: https://github.com/intel/metee

To be used by LMS service.

Signed-off-by: Alexander Usyskin <[email protected]>
---
 recipes-bsp/metee/metee_2.1.0.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 recipes-bsp/metee/metee_2.1.0.bb

diff --git a/recipes-bsp/metee/metee_2.1.0.bb b/recipes-bsp/metee/metee_2.1.0.bb
new file mode 100644
index 0000000..dc471c2
--- /dev/null
+++ b/recipes-bsp/metee/metee_2.1.0.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Intel(R) METEE Library"
+DESCRIPTION = "MEETEE library provides a cross-platform simple \
+ programing interface for accessing Intel HECI interfaces on devices \
+ found in BigCore and Atom based products."
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=2ee41112a44fe7014dce33e26468ba93"
+
+COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
+
+inherit cmake
+
+SRC_URI[sha256sum] = 
"31d0ba4f0b0a39f88668a61193765d3f0ebe24010ce421ef6d34d91380195f3d"
+SRC_URI = "https://github.com/intel/metee/archive/${PV}.tar.gz";
+
+S = "${WORKDIR}/metee-${PV}"
+
-- 
2.7.4

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to