Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View 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

View File

@@ -0,0 +1,3 @@
# Locally computed
sha256 7970a8ae4e16efb98f38fbbc0346eea03227fc4462a9bd8e8077277cc3430a84 intel-gmmlib-18.4.1.tar.gz
sha256 b61d639c5d84ec710ffcf5600ac92f8a4ace66670c1f9bd921f3bde671d36033 LICENSE.md

View 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 = LICENSE.md
INTEL_GMMLIB_INSTALL_STAGING = YES
INTEL_GMMLIB_SUPPORTS_IN_SOURCE_BUILD = NO
INTEL_GMMLIB_CONF_OPTS = -DRUN_TEST_SUITE=OFF
$(eval $(cmake-package))