> -----Original Message-----
> From: Otavio Salvador [mailto:[email protected]]
> Sent: Thursday, June 28, 2018 12:46 PM

> -PACKAGECONFIG_IMX_TO_REMOVE = ""
> -PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = " \
> -    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'glu x11', '', d)} \
> -    gles1 \
> -    gles2 \
> -"
> -PACKAGECONFIG_IMX_TO_REMOVE_imxgpu3d = " \
> +PACKAGECONFIG_IMX_TO_REMOVE                 = ""
> +PACKAGECONFIG_IMX_TO_REMOVE_append_imxgpu2d = "gles1 gles2"

The v4 rework is not correct here because it removes GLES support for parts 
with 2D and 3D. The previous version (below) removes GLES support only for 
parts with 2D and no 3D.

PACKAGECONFIG_IMX_TO_REMOVE          = ""
PACKAGECONFIG_IMX_TO_REMOVE_imxgpu2d = "gles1 gles2"
PACKAGECONFIG_IMX_TO_REMOVE_imxgpu3d = ""

Tom

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to