summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-25 11:09:00 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-05-25 11:09:00 -0300
commit5e72c3db8857a760dece1548dd793c8077b7c039 (patch)
tree5ef8ce1250c01a51850092b74859b4a04c328497 /recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb
parentbf2ab3f0fecd91f33497e1ee5bca7f9076685f6f (diff)
downloadmeta-freescale-topic/gpu-viv.tar.gz
kernel-module-imx-gpu-viv: 6.4.3.p4.6+fslc -> 6.4.11.p1.0+fslctopic/gpu-viv
Update to the version used in NXP Yocto branch langdale-6.1.1-1.0.0. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.0+fslc.bb
new file mode 100644
index 000000000..83acf000b
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.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
4SUMMARY = "Kernel loadable module for Vivante GPU"
5DESCRIPTION = "This package uses an exact copy of the GPU kernel driver source code of \
6the same version as base and include fixes and improvements developed by FSL Community"
7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
9
10PV .= "+git${SRCPV}"
11
12SRCREV = "8c864975607cf455c5e95d5313aa00e69f48d32f"
13SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https;branch=master"
14
15S = "${WORKDIR}/git"
16
17inherit module
18
19KERNEL_MODULE_AUTOLOAD = "galcore"
20COMPATIBLE_MACHINE = "(imx-nxp-bsp)"