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

Tom Hochstein tom.hochstein at nxp.com
Thu Jul 5 10:08:08 PDT 2018



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

Tom



More information about the meta-freescale mailing list