summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/eglinfo
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:13:37 -0300
commitccdb951a81208409887236d91c4460633239f447 (patch)
tree269fbd0398a8a2956891b42578b974fefad02395 /recipes-graphics/eglinfo
parent007000f68b4d009d2d2229a56c36efe4e0d7a02f (diff)
downloadmeta-fsl-arm-ccdb951a81208409887236d91c4460633239f447.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>
Diffstat (limited to 'recipes-graphics/eglinfo')
-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"