summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-11-23 10:36:19 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-11-24 10:04:27 -0200
commit7b3d317f169b5871742a458e2fb000e9b6824f32 (patch)
tree95fc0f92270d044af25f392e93eb173ac8e64b5e
parente296a9686665e518f181f1c04f2b65fc03eaac5f (diff)
downloadmeta-fsl-arm-7b3d317f169b5871742a458e2fb000e9b6824f32.tar.gz
kernel-module-imx-gpu-viv: Add 'galcore' to module autoloading
The module autoloading ensures 'galcore' to be probed as early as possible during the boot. The order is important so the GPU can be used as fast as possible, ensuring a reduced time until the initial GPU-based application is loaded. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb
index 404615f..0504cfa 100644
--- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1+fslc.bb
@@ -9,9 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
9 9
10PV .= "+git${SRCPV}" 10PV .= "+git${SRCPV}"
11 11
12inherit module
13
14SRCREV = "eeeb23c0fb1cee01318088d417025263479c44ac" 12SRCREV = "eeeb23c0fb1cee01318088d417025263479c44ac"
15SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https" 13SRC_URI = "git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https"
16 14
17S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16
17inherit module
18
19KERNEL_MODULE_AUTOLOAD = "galcore"