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:
parent
73f08aeb0a
commit
8016bd84e9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue