On Tue, Aug 30, 2016 at 10:55 AM, Otavio Salvador
<[email protected]> wrote:
> On Tue, Aug 30, 2016 at 10:50 AM, Prabhu Sundararaj
> <[email protected]> wrote:
>> 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.
>
> Good but this should be a new patch; this one is to migrate current
> recipe not to change its behaviour.

This does not work in this case. The mesa seems to not be providing the GLES.

Using the patch:

@@ -1,4 +1,2 @@
 PACKAGECONFIG_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES',
'wayland opengl', 'wayland-gles2', \
                                 bb.utils.contains('DISTRO_FEATURES',
'x11 opengl',     'x11-gl x11-gles2', '', d), d)}"
-PACKAGECONFIG_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES',
'wayland opengl', '', \
-                                bb.utils.contains('DISTRO_FEATURES',
'x11 opengl',     'x11-gl', '', d), d)}"

The build for imx6slevk triggers.

ERROR: Required build target 'glmark2' has no buildable providers.
Missing or unbuildable dependency chain was: ['glmark2', 'virtual/libgles2']



-- 
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

Reply via email to