summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-11-15 10:07:02 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-11-28 11:29:39 +0800
commit80d9481197496e6a8e107bf6ce235f42b6238d46 (patch)
tree77062e0ffaf29d961eab23f6d202cc346c707912 /recipes-graphics
parenta7d94d8fecd31af7c58ba5e3d4bd80e3f134f9d3 (diff)
downloadmeta-intel-80d9481197496e6a8e107bf6ce235f42b6238d46.tar.gz
gmmlib: add recipe
It provides buffer management for Intel(R) Graphics Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/gmmlib/gmmlib_18.3.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-graphics/gmmlib/gmmlib_18.3.0.bb b/recipes-graphics/gmmlib/gmmlib_18.3.0.bb
new file mode 100644
index 00000000..03211b7a
--- /dev/null
+++ b/recipes-graphics/gmmlib/gmmlib_18.3.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Intel(R) Graphics Memory Management Library"
2DESCRIPTION = "The Intel(R) Graphics Memory Management Library provides \
3device specific and buffer management for the Intel(R) Graphics \
4Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI."
5
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d9a6e772cd4c362ee4c8ef87c5aad843"
8
9SRC_URI = " \
10 git://github.com/intel/gmmlib.git;protocol=https \
11 "
12
13SRCREV = "e52096b67adeba76c76007a00924b76152a3f5d6"
14
15S = "${WORKDIR}/git"
16
17inherit pkgconfig cmake
18
19EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF"