diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb new file mode 100644 index 000000000..fa1fe2bbd --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.4+fslc.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | # Copyright (C) 2015 O.S. Systems Software LTDA. | ||
| 2 | # Copyright (C) 2015-2016 Freescale Semiconductor | ||
| 3 | |||
| 4 | SUMMARY = "Kernel loadable module for Vivante GPU" | ||
| 5 | DESCRIPTION = "This package uses an exact copy of the GPU kernel driver source code of \ | ||
| 6 | the same version as base and include fixes and improvements developed by FSL Community" | ||
| 7 | LICENSE = "GPLv2" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | ||
| 9 | |||
| 10 | PV .= "+git${SRCPV}" | ||
| 11 | |||
| 12 | SRCREV = "aa83874b916cf5655cb90498b1ea5691537fdbc8" | ||
| 13 | SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https \ | ||
| 14 | file://0001-Fix-gcc-6-build-error-Werror-misleading-indentation.patch" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit module | ||
| 19 | |||
| 20 | KERNEL_MODULE_AUTOLOAD = "galcore" | ||
