summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-06-29 13:56:17 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-29 14:16:37 -0300
commit75a3fdf4cb0e3a8bb8a08da0a9a486f541f23124 (patch)
treeeb14c7d0a202d7b24366eae0f4ca3d4315b91fe4 /conf
parent7305e99febb454b216ce7c0ed2ec5495fa73d739 (diff)
downloadmeta-freescale-75a3fdf4cb0e3a8bb8a08da0a9a486f541f23124.tar.gz
imx-base: Use i.MX's fork of libdrm for i.MX6 and i.MX7
There few components which require the new libdrm fork, so we must use it when using NXP's BSP components. Besides adding the preferred version we need also to add it to the SoC architecture filter. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 419ab1bc..2a2ead21 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -118,6 +118,7 @@ MACHINE_SOCARCH_FILTER_append_imxgpu2d = " \
118 virtual/libgles1 \ 118 virtual/libgles1 \
119 virtual/libgles2 \ 119 virtual/libgles2 \
120 virtual/libopenvg \ 120 virtual/libopenvg \
121 libdrm \
121 cairo \ 122 cairo \
122 gstreamer1.0-plugins-bad \ 123 gstreamer1.0-plugins-bad \
123 libgal-imx \ 124 libgal-imx \
@@ -203,7 +204,7 @@ SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT_mx7ulp = "1"
203# 1 - machine has Vivante GPU driver support 204# 1 - machine has Vivante GPU driver support
204MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT ?= "${SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT}" 205MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT ?= "${SOC_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT}"
205 206
206# mx6 GPU libraries 207# GPU libraries
207PREFERRED_PROVIDER_virtual/egl_mx6q ?= "imx-gpu-viv" 208PREFERRED_PROVIDER_virtual/egl_mx6q ?= "imx-gpu-viv"
208PREFERRED_PROVIDER_virtual/egl_mx6dl ?= "imx-gpu-viv" 209PREFERRED_PROVIDER_virtual/egl_mx6dl ?= "imx-gpu-viv"
209PREFERRED_PROVIDER_virtual/egl_mx6sx ?= "imx-gpu-viv" 210PREFERRED_PROVIDER_virtual/egl_mx6sx ?= "imx-gpu-viv"
@@ -249,6 +250,10 @@ PREFERRED_PROVIDER_virtual/libg2d_mx7ulp ?= "imx-gpu-viv"
249PREFERRED_VERSION_weston_mx6 ?= "2.0.0" 250PREFERRED_VERSION_weston_mx6 ?= "2.0.0"
250PREFERRED_VERSION_weston_mx7 ?= "2.0.0" 251PREFERRED_VERSION_weston_mx7 ?= "2.0.0"
251 252
253# Use i.MX libdrm Version
254PREFERRED_VERSION_libdrm_mx6 ?= "2.4.84.imx"
255PREFERRED_VERSION_libdrm_mx7 ?= "2.4.84.imx"
256
252# Handle default kernel 257# Handle default kernel
253IMX_DEFAULT_KERNEL = "linux-imx" 258IMX_DEFAULT_KERNEL = "linux-imx"
254IMX_DEFAULT_KERNEL_mxs = "linux-fslc" 259IMX_DEFAULT_KERNEL_mxs = "linux-fslc"