summaryrefslogtreecommitdiffstats
path: root/package/intel-gmmlib
diff options
context:
space:
mode:
authorLouis-Paul Cordier <lpdev@cordier.org>2019-01-31 13:15:21 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-04 10:27:38 +0100
commit93e4ee81a2e3e163bf74c24b6ec68f9446f96ae4 (patch)
tree5d31f04b7dddc790675e73e9bb4aa53ebe9928cb /package/intel-gmmlib
parente8b78301147d740aada341c65470c4024ddc9d5f (diff)
downloadbuildroot-93e4ee81a2e3e163bf74c24b6ec68f9446f96ae4.tar.gz
buildroot-93e4ee81a2e3e163bf74c24b6ec68f9446f96ae4.zip
package/intel-gmmlib: new package
Signed-off-by: Louis-Paul Cordier <lpdev@cordier.org> [Thomas: updated DEVELOPERS file, bump to 18.4.1.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/intel-gmmlib')
-rw-r--r--package/intel-gmmlib/Config.in10
-rw-r--r--package/intel-gmmlib/intel-gmmlib.hash2
-rw-r--r--package/intel-gmmlib/intel-gmmlib.mk17
3 files changed, 29 insertions, 0 deletions
diff --git a/package/intel-gmmlib/Config.in b/package/intel-gmmlib/Config.in
new file mode 100644
index 0000000000..ef92a91128
--- /dev/null
+++ b/package/intel-gmmlib/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_INTEL_GMMLIB
+ bool "intel-gmmlib"
+ depends on BR2_x86_64
+ help
+ 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.
+
+ https://github.com/intel/gmmlib
diff --git a/package/intel-gmmlib/intel-gmmlib.hash b/package/intel-gmmlib/intel-gmmlib.hash
new file mode 100644
index 0000000000..3c234ea307
--- /dev/null
+++ b/package/intel-gmmlib/intel-gmmlib.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 7970a8ae4e16efb98f38fbbc0346eea03227fc4462a9bd8e8077277cc3430a84 intel-gmmlib-18.4.1.tar.gz
diff --git a/package/intel-gmmlib/intel-gmmlib.mk b/package/intel-gmmlib/intel-gmmlib.mk
new file mode 100644
index 0000000000..6af3152937
--- /dev/null
+++ b/package/intel-gmmlib/intel-gmmlib.mk
@@ -0,0 +1,17 @@
+################################################################################
+#
+# intel-gmmlib
+#
+################################################################################
+
+INTEL_GMMLIB_VERSION = 18.4.1
+INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
+INTEL_GMMLIB_LICENSE = MIT
+INTEL_GMMLIB_LICENSE_FILES = COPYING
+
+INTEL_GMMLIB_INSTALL_STAGING = YES
+INTEL_GMMLIB_SUPPORTS_IN_SOURCE_BUILD = NO
+
+INTEL_GMMLIB_CONF_OPTS = -DRUN_TEST_SUITE=OFF
+
+$(eval $(cmake-package))
OpenPOWER on IntegriCloud