> -----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
- [meta-freescale] [PATCH 01/26] mesa: Cleanup Otavio Salvador
- [meta-freescale] [PATCH 02/26] mesa: Adjust install f... Otavio Salvador
- [meta-freescale] [PATCH 03/26] mesa: Update to use ne... Otavio Salvador
- [meta-freescale] [PATCH 04/26] mesa-demos: Use the ne... Otavio Salvador
- Re: [meta-freescale] [PATCH 04/26] mesa-demos: Us... Tom Hochstein
- Re: [meta-freescale] [PATCH 04/26] mesa-demos... Otavio Salvador
- [meta-freescale] [PATCH 05/26] mesa-demos: Include gl... Otavio Salvador
- [meta-freescale] [PATCH 06/26] imx-base.inc: Add imxg... Otavio Salvador
- [meta-freescale] [PATCH 07/26] weston: Set package ar... Otavio Salvador
- [meta-freescale] [PATCH 08/26] weston: Remove 2.0 rec... Otavio Salvador
- [meta-freescale] [PATCH 09/26] weston: Copy upstream ... Otavio Salvador
- [meta-freescale] [PATCH 10/26] weston: Use a fork for... Otavio Salvador
- [meta-freescale] [PATCH 11/26] weston: Set configurat... Otavio Salvador
- [meta-freescale] [PATCH 12/26] weston: Add G2D render... Otavio Salvador
- [meta-freescale] [PATCH 13/26] weston: Use cairo for ... Otavio Salvador
