]> code.ossystems Code Review - meta-freescale.git/commitdiff
eglinfo: Restrict i.MX6 backend for SoCs with 3D support
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 27 Apr 2015 21:38:36 +0000 (18:38 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 28 Apr 2015 12:13:37 +0000 (09:13 -0300)
The i.MX6 SoloLite does not include 3D support and the headers are not
installed when building for it making it impossible to use the SoC
backend. Stop setting it.

Change-Id: I929d283df204372bc45888a8327563d81b125081
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend

index 0b09379d918e523fe9ee2f3cdaeff4706fcd7cd8..0fd678140db859b30db959bd85061a6da67eabf4 100644 (file)
@@ -1,2 +1,4 @@
 # Set i.MX specific dependencies and device type
-EGLINFO_DEVICE_mx6 = "imx6"
+EGLINFO_DEVICE_mx6q  = "imx6"
+EGLINFO_DEVICE_mx6dl = "imx6"
+EGLINFO_DEVICE_mx6sx = "imx6"
index 0b09379d918e523fe9ee2f3cdaeff4706fcd7cd8..0fd678140db859b30db959bd85061a6da67eabf4 100644 (file)
@@ -1,2 +1,4 @@
 # Set i.MX specific dependencies and device type
-EGLINFO_DEVICE_mx6 = "imx6"
+EGLINFO_DEVICE_mx6q  = "imx6"
+EGLINFO_DEVICE_mx6dl = "imx6"
+EGLINFO_DEVICE_mx6sx = "imx6"