[meta-freescale] [meta-fsl-arm][PATCH] eglinfo: Restrict i.MX6 backend for SoCs with 3D support

Daiane Angolini daiane.list at gmail.com
Tue Apr 28 06:52:40 PDT 2015


On Tue, Apr 28, 2015 at 9:13 AM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> 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.

Hi, Otavio

Maybe the commit log could something like

"Does not set EGLINFO_DEVICE for every imx6 machines because the i.MX6
SoloLite does not include 3D support and the headers are not installed
when building for it.

Set EGLINFO_DEVICE only for the needed architecture/SOC_FAMILY
"

I'm not sure if it is "needed architecture" or "needed SOC_FAMILY"

I think the original "Stop setting it." is not clear enough

Daiane


>
> Change-Id: I929d283df204372bc45888a8327563d81b125081
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  recipes-graphics/eglinfo/eglinfo-fb_%.bbappend  | 4 +++-
>  recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 4 +++-
>  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 @@
>  # 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/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 @@
>  # Set i.MX specific dependencies and device type
> -EGLINFO_DEVICE_mx6 = "imx6"
> +EGLINFO_DEVICE_mx6q  = "imx6"
> +EGLINFO_DEVICE_mx6dl = "imx6"
> +EGLINFO_DEVICE_mx6sx = "imx6"
> --
> 2.1.4
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list