From 80d9481197496e6a8e107bf6ce235f42b6238d46 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 15 Nov 2018 10:07:02 +0800 Subject: 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 --- 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 (limited to 'recipes-graphics/gmmlib') 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" -- cgit v1.2.3-54-g00ecf