summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-10-07 15:28:22 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-10-08 09:54:38 -0300
commit9c4dbf03bda5af733674b2bc9f37963703f4db73 (patch)
tree6ac0fd1c7b66ce936ffd080fba39eb47c75ff803 /conf
parent7f3f51c289fde84cf39e65a4d9b282178527b3dc (diff)
downloadmeta-fsl-arm-9c4dbf03bda5af733674b2bc9f37963703f4db73.tar.gz
imx-base.inc: Ensure MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT is expanded
The MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT needs to be expanded and cannot have a default overriden later, otherwise it does not respect the default set in the SoC. Change-Id: I1d90d173603e6ee258f3e05c7a53e576b3b1f552 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index d2fe875..a398164 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -105,7 +105,7 @@ SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT_mx6sl = "1"
105# Handle Vivante kernel driver setting: 105# Handle Vivante kernel driver setting:
106# 0 - machine does not have Vivante GPU driver support 106# 0 - machine does not have Vivante GPU driver support
107# 1 - machine has Vivante GPU driver support 107# 1 - machine has Vivante GPU driver support
108MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT ??= "${SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT}" 108MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT ?= "${SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT}"
109 109
110# mx6 GPU libraries 110# mx6 GPU libraries
111PREFERRED_PROVIDER_virtual/egl_mx6q ?= "imx-gpu-viv" 111PREFERRED_PROVIDER_virtual/egl_mx6q ?= "imx-gpu-viv"