[meta-intel] [PATCH] gmmlib: add recipe

Anuj Mittal anuj.mittal at intel.com
Fri Nov 16 06:11:12 PST 2018


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 at intel.com>
---
 recipes-graphics/gmmlib/gmmlib_18.3.0.bb | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 recipes-graphics/gmmlib/gmmlib_18.3.0.bb

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 @@
+SUMMARY = "Intel(R) Graphics Memory Management Library"
+DESCRIPTION = "The Intel(R) Graphics Memory Management Library provides \
+device specific and buffer management for the Intel(R) Graphics \
+Compute Runtime for OpenCL(TM) and the Intel(R) Media Driver for VAAPI."
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=d9a6e772cd4c362ee4c8ef87c5aad843"
+
+SRC_URI = " \
+            git://github.com/intel/gmmlib.git;protocol=https \
+            "
+
+SRCREV = "e52096b67adeba76c76007a00924b76152a3f5d6"
+
+S = "${WORKDIR}/git"
+
+inherit pkgconfig cmake
+
+EXTRA_OECMAKE += "-DRUN_TEST_SUITE=OFF"
-- 
2.17.1



More information about the meta-intel mailing list