summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2023-01-05 11:34:37 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-08 18:12:47 +0000
commite2c4b9b9fa9a2bccdf8a9a6b030112103e41052d (patch)
tree623ef7b7e5b576dc2fbe8fd024af0d12b1828d96 /recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb
parentf71672627450b711d26bfe3306313476cc48bfcb (diff)
downloadmeta-freescale-e2c4b9b9fa9a2bccdf8a9a6b030112103e41052d.tar.gz
kernel-module-imx-gpu-viv: 6.4.3.p2.4+fslc -> 6.4.3.p4.6+fslcbackport-1366-to-kirkstone
Update to the version used in NXP Yocto branch kirkstone-5.15.71-2.2.0. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> (cherry picked from commit 4b3d0fc1421b3ca5e3e547765117ea403ad4bbd0)
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+fslc.bb
new file mode 100644
index 00000000..fc51acfe
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.6+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 = "1adf982c5954f2f87919c6874279386f82e898a6"
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)"