For Sololite, there is no 3D HW accelerator, it have to use gl/gles provider from mesa. If there is no GL/GLES provider, the app is not compatible.
So no need of imxgpu2d for this case. Best Regards, Prabhu -----Original Message----- From: Otavio Salvador [mailto:[email protected]] Sent: Monday, August 29, 2016 1:14 PM To: Prabhu Sundararaj <[email protected]> Cc: Otavio Salvador <[email protected]>; meta-freescale Mailing List <[email protected]>; Neena Busireddy <[email protected]>; Daiane Angolini <[email protected]>; Tom Hochstein <[email protected]>; Zhenhua Luo <[email protected]>; White Weng <[email protected]>; Lauren Post <[email protected]> Subject: Re: [FEATURE meta-fsl-arm PATCH 07/15] glmark2: Refactor code to use the new overrides On Mon, Aug 29, 2016 at 2:21 PM, Prabhu Sundararaj <[email protected]> wrote: > glmark is complete 3D app, PACKAGECONFIG_imxgpu2d configuration is irrelevant. ... > +PACKAGECONFIG_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland > opengl', '', \ > + bb.utils.contains('DISTRO_FEATURES', 'x11 > opengl', 'x11-gl', '', d), d)}" This is to cover the SoloLite support; how should this to be done? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
