From 64142c869b6ace70d2757f5492019a80fa72e6ac Mon Sep 17 00:00:00 2001 From: Alexander Usyskin Date: Wed, 19 Jun 2019 13:14:12 +0300 Subject: metee: add new recipe for version 2.1.0 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 Signed-off-by: Anuj Mittal --- recipes-bsp/metee/metee_2.1.0.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-bsp/metee/metee_2.1.0.bb (limited to 'recipes-bsp/metee') 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 00000000..e477f57a --- /dev/null +++ b/recipes-bsp/metee/metee_2.1.0.bb @@ -0,0 +1,19 @@ +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://COPYING;md5=2ee41112a44fe7014dce33e26468ba93" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +inherit cmake + +SRC_URI = "git://github.com/intel/metee.git" +SRCREV = "642eedfcacc677fc43181f0b7c16d8f90724a9cb" + +COMPATIBLE_HOST_libc-musl = "null" + +S = "${WORKDIR}/git" + -- cgit v1.2.3-54-g00ecf