diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0+fslc.bb')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0+fslc.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0+fslc.bb new file mode 100644 index 000000000..b11759a1a --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.0+fslc.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | # Copyright (C) 2015-2018 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 = "GPL-2.0-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | ||
| 9 | |||
| 10 | PV .= "+git${SRCPV}" | ||
| 11 | |||
| 12 | SRCREV = "f61778c27755cdd09abbf9ab6c19d6bd36a3cbb6" | ||
| 13 | SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit module | ||
| 18 | |||
| 19 | KERNEL_MODULE_AUTOLOAD = "galcore" | ||
| 20 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | ||
