diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+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.2+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+fslc.bb new file mode 100644 index 00000000..13793132 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p2.2+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 = "4d035200e7b15d2713d49979a1d05f201b92cf4c" | ||
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)" | ||