diff options
| author | Alexander Usyskin <alexander.usyskin@intel.com> | 2019-06-19 13:14:12 +0300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-06-20 06:25:37 +0800 |
| commit | 65651146884456ccd7adc0372fe27b5cab6e3e1e (patch) | |
| tree | 60fb032ce36d447f1eba6c530c55eae23bf51bd8 | |
| parent | 91752ad5bc978c2e1851488030db7bedcb1f6d19 (diff) | |
| download | meta-intel-65651146884456ccd7adc0372fe27b5cab6e3e1e.tar.gz | |
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 <alexander.usyskin@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | recipes-bsp/metee/metee_2.1.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Intel(R) METEE Library" | ||
| 2 | DESCRIPTION = "MEETEE library provides a cross-platform simple \ | ||
| 3 | programing interface for accessing Intel HECI interfaces on devices \ | ||
| 4 | found in BigCore and Atom based products." | ||
| 5 | |||
| 6 | LICENSE = "Apache-2.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 8 | |||
| 9 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
| 10 | |||
| 11 | inherit cmake | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/intel/metee.git" | ||
| 14 | SRCREV = "642eedfcacc677fc43181f0b7c16d8f90724a9cb" | ||
| 15 | |||
| 16 | COMPATIBLE_HOST_libc-musl = "null" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
