update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,14 @@
comment "kernel-module-imx-gpu-viv needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL
config BR2_PACKAGE_KERNEL_MODULE_IMX_GPU_VIV
bool "kernel-module-imx-gpu-viv"
depends on BR2_LINUX_KERNEL
help
Kernel loadable module for Vivante GPU.
This package uses an exact copy of the GPU kernel driver source code
of the same version as base and include fixes and improvements
developed by FSL Community
https://github.com/Freescale/kernel-module-imx-gpu-viv

View File

@@ -0,0 +1,2 @@
# locally computed
sha256 51dd137bd67ae991fa58fff4151c6bd7dd46bafd613f43e83d8403ec37217a90 kernel-module-imx-gpu-viv-bfa78b095a892705a09afe9514fc5d236b3124d2.tar.gz

View File

@@ -0,0 +1,20 @@
################################################################################
#
# kernel-module-imx-gpu-viv
#
################################################################################
KERNEL_MODULE_IMX_GPU_VIV_VERSION = bfa78b095a892705a09afe9514fc5d236b3124d2
KERNEL_MODULE_IMX_GPU_VIV_SITE = \
$(call github,Freescale,kernel-module-imx-gpu-viv,$(KERNEL_MODULE_IMX_GPU_VIV_VERSION))
KERNEL_MODULE_IMX_GPU_VIV_LICENSE = GPLv2
KERNEL_MODULE_IMX_GPU_VIV_LICENSE_FILES = COPYING
KERNEL_MODULE_IMX_GPU_VIV_MODULE_MAKE_OPTS = \
AQROOT=$(@D)/kernel-module-imx-gpu-viv-src \
KERNEL_DIR=$(LINUX_DIR)
KERNEL_MODULE_IMX_GPU_VIV_MODULE_SUBDIRS = kernel-module-imx-gpu-viv-src
$(eval $(kernel-module))
$(eval $(generic-package))