summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2020-08-24 11:07:12 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-23 23:40:51 -0300
commitff402ae4bfb6b80b2312a6fcd6c0638673e2c053 (patch)
tree538a87cd0434fa129b37b3c7253578b493044be3 /recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb
parentf8eceebf883683365814c3efce0bced51b270330 (diff)
downloadmeta-freescale-ff402ae4bfb6b80b2312a6fcd6c0638673e2c053.tar.gz
kernel-module-imx-gpu-viv+fslc: Update to version 6.4.0.p2.4-based
This includes the following changes: $ git log --oneline --no-decorate bc26dac..f2e8483 f2e8483 Merge tag 'upstream/6.4.0.p2.4' c39bdc8 Import 6.4.0.p2.4 original version c2c0d01 Merge tag 'upstream/6.4.0.p2.2' 131de3c Import 6.4.0.p2.2 original version Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+fslc.bb
new file mode 100644
index 00000000..af0b2d60
--- /dev/null
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4+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 = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
9
10PV .= "+git${SRCPV}"
11
12SRCREV = "f2e8483fbda59bf2482f77efb0804c014848f749"
13SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https"
14
15S = "${WORKDIR}/git"
16
17inherit module
18
19KERNEL_MODULE_AUTOLOAD = "galcore"
20COMPATIBLE_MACHINE = "(imx)"