summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-04-27 18:38:36 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-28 09:15:00 -0300
commit03916f928a6b0b13620c30c81d46dee4beef9e3f (patch)
tree4c0c01d3c1ac7e18e1d2992d3261eefdc2cbe72e
parent25b7125d8e991bcd8b4611d18c7213550ea6143a (diff)
downloadmeta-fsl-arm-03916f928a6b0b13620c30c81d46dee4beef9e3f.tar.gz
eglinfo: Restrict i.MX6 backend for SoCs with 3D support
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>
-rw-r--r--recipes-graphics/eglinfo/eglinfo-fb_%.bbappend4
-rw-r--r--recipes-graphics/eglinfo/eglinfo-x11_%.bbappend4
2 files changed, 6 insertions, 2 deletions
diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
index 0b09379..0fd6781 100644
--- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend
@@ -1,2 +1,4 @@
1# Set i.MX specific dependencies and device type 1# Set i.MX specific dependencies and device type
2EGLINFO_DEVICE_mx6 = "imx6" 2EGLINFO_DEVICE_mx6q = "imx6"
3EGLINFO_DEVICE_mx6dl = "imx6"
4EGLINFO_DEVICE_mx6sx = "imx6"
diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
index 0b09379..0fd6781 100644
--- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
+++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend
@@ -1,2 +1,4 @@
1# Set i.MX specific dependencies and device type 1# Set i.MX specific dependencies and device type
2EGLINFO_DEVICE_mx6 = "imx6" 2EGLINFO_DEVICE_mx6q = "imx6"
3EGLINFO_DEVICE_mx6dl = "imx6"
4EGLINFO_DEVICE_mx6sx = "imx6"