summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/metee/metee_2.2.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/metee/metee_2.2.2.bb')
-rw-r--r--recipes-bsp/metee/metee_2.2.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-bsp/metee/metee_2.2.2.bb b/recipes-bsp/metee/metee_2.2.2.bb
new file mode 100644
index 00000000..0bd10b02
--- /dev/null
+++ b/recipes-bsp/metee/metee_2.2.2.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Intel(R) METEE Library"
2DESCRIPTION = "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
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93"
8
9COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
10
11inherit cmake
12
13SRC_URI = "git://github.com/intel/metee.git"
14SRCREV = "f4761a13bd7b3e5d1b7d9f56a1d64b3b0c13d6e6"
15
16S = "${WORKDIR}/git"
17