From: Otavio Salvador Date: Mon, 27 Apr 2015 21:38:36 +0000 (-0300) Subject: eglinfo: Restrict i.MX6 backend for SoCs with 3D support X-Git-Tag: 2.1~586 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=05d3157cf96f1bd7d8546ba526a97fd3bf91d4dd;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend index 0b09379d..0fd67814 100644 --- a/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend @@ -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" diff --git a/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend index 0b09379d..0fd67814 100644 --- a/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend @@ -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"