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>
This commit is contained in:
parent
e8b7830114
commit
93e4ee81a2
@ -1262,6 +1262,9 @@ F: package/ti-sgx-demos/
|
||||
F: package/ti-sgx-km/
|
||||
F: package/ti-sgx-um/
|
||||
|
||||
N: Louis-Paul Cordier <lpdev@cordier.org>
|
||||
F: package/intel-gmmlib/
|
||||
|
||||
N: Luca Ceresoli <luca@lucaceresoli.net>
|
||||
F: board/olimex/a20_olinuxino/
|
||||
F: board/zynq/
|
||||
|
@ -1265,6 +1265,7 @@ menu "Graphics"
|
||||
source "package/harfbuzz/Config.in"
|
||||
source "package/ijs/Config.in"
|
||||
source "package/imlib2/Config.in"
|
||||
source "package/intel-gmmlib/Config.in"
|
||||
source "package/irrlicht/Config.in"
|
||||
source "package/jasper/Config.in"
|
||||
source "package/jpeg/Config.in"
|
||||
|
10
package/intel-gmmlib/Config.in
Normal file
10
package/intel-gmmlib/Config.in
Normal file
@ -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
|
2
package/intel-gmmlib/intel-gmmlib.hash
Normal file
2
package/intel-gmmlib/intel-gmmlib.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 7970a8ae4e16efb98f38fbbc0346eea03227fc4462a9bd8e8077277cc3430a84 intel-gmmlib-18.4.1.tar.gz
|
17
package/intel-gmmlib/intel-gmmlib.mk
Normal file
17
package/intel-gmmlib/intel-gmmlib.mk
Normal file
@ -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))
|
Loading…
Reference in New Issue
Block a user