[meta-freescale] [PATCH 04/26] mesa-demos: Use the new imxgpu override

Otavio Salvador otavio.salvador at ossystems.com.br
Thu Jul 5 11:00:35 PDT 2018


On Thu, Jul 5, 2018 at 2:08 PM, Tom Hochstein <tom.hochstein at nxp.com> wrote:
>
>
>> -----Original Message-----
>> From: Otavio Salvador [mailto:otavio at ossystems.com.br]
>> 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


More information about the meta-freescale mailing list