diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-10-06 22:38:49 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
| commit | 903d5b57361fb27d4daa5bff1c2f0e1c26d15778 (patch) | |
| tree | a2a467eb5620f1ef1a4ebe260e7d513e37bc0fc6 /recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1.bb | |
| parent | 2ee62a0a275ffc07eaa1f40919c0f94bbb754ea7 (diff) | |
| download | meta-freescale-903d5b57361fb27d4daa5bff1c2f0e1c26d15778.tar.gz | |
kernel-module-imx-gpu-viv: Fork driver for FSL Community
The driver source code provided by Freescale needs fixes. This fork is
a community driven development and allow faster development and easier
integration of fixes.
The "+fslc" suffix is added to the module during probing to make a
clear identification.
Change-Id: I914f1a7731263effdef75827e3a9fb8daba37ec9
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1.bb')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1.bb deleted file mode 100644 index 7e8414b33..000000000 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p7.1.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | # Copyright (C) 2015 Freescale Semiconductor | ||
| 2 | |||
| 3 | SUMMARY = "Kernel loadable module for Vivante GPU" | ||
| 4 | DESCRIPTION = "Provides flexibility to switch graphics between different kernels in future \ | ||
| 5 | releases. This package uses same source code as GPU kernel driver source." | ||
| 6 | LICENSE = "GPLv2" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | ||
| 8 | |||
| 9 | inherit module | ||
| 10 | |||
| 11 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz \ | ||
| 12 | file://updatemakefile.patch \ | ||
| 13 | file://work-around-include-file-rename.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "a251a94390986371f75b338ad938e46f" | ||
| 17 | SRC_URI[sha256sum] = "9aaef0a62bc2be69dc568228192b060c54970b5c700fee602d83a4d13e04a9b3" | ||
| 18 | |||
| 19 | # Work around inconsistent naming of <linux/busfreq-imx.h> | ||
| 20 | do_compile_prepend () { | ||
| 21 | ln -sf ${STAGING_KERNEL_DIR}/include/linux/busfreq-imx*.h kernel-module-imx-gpu-viv-src/hal/os/linux/kernel/platform/freescale/busfreq-imx.h | ||
| 22 | } | ||
| 23 | |||
