On Thu, Jul 5, 2018 at 2:08 PM, Tom Hochstein <[email protected]> wrote: > > >> -----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 = ""
Good point. Could you send a patch? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
