meta-digi-arm: disable built-in GPU driver

For the moment, disable the built-in GPU kernel driver as there is a
mismatch between the driver version and the user-space GPU libraries.

Use the external module maintained by the community.

https://jira.digi.com/browse/DEL-1890
https://jira.digi.com/browse/DEL-1926

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2015-11-04 11:28:00 +01:00
parent 73f08aeb0a
commit 8016bd84e9
2 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,6 @@ CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_ESDHC_IMX=y
CONFIG_MXC_IPU=y
CONFIG_MXC_GPU_VIV=y
CONFIG_MXC_MIPI_CSI2=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

View File

@ -3,6 +3,8 @@
require recipes-kernel/linux/linux-dey.inc
require recipes-kernel/linux/linux-dtb.inc
inherit fsl-vivante-kernel-driver-handler
# Internal repo branch
SRCBRANCH = "v3.14/master"