From: Fabio Berton Date: Wed, 7 Apr 2021 20:20:03 +0000 (-0300) Subject: mesa: Use osmesa and swrast for all imxgpu override X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=322531630a61547d15cbe067f44de2b8d7d859ba;p=meta-freescale.git mesa: Use osmesa and swrast for all imxgpu override The following error appears when building mesa with NXP BSP: ERROR: Problem encountered: building dri drivers require at least one windowing system or classic osmesa Using the same imxdrm configuration to all imxgpu machines to build mesa with IMX_DEFAULT_BSP nxp. Signed-off-by: Fabio Berton --- diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index fce3802e..139263be 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -30,9 +30,9 @@ PACKAGECONFIG_REMOVE_NXPBSP_imxgpu = "dri" DRIDRIVERS_NXPBSP_imxgpu = "" # # For parts with GPU and DRM, use osmesa, dri, and swrast -PACKAGECONFIG_REMOVE_NXPBSP_imxgpu_imxdrm = "gallium" -PACKAGECONFIG_APPEND_NXPBSP_imxgpu_imxdrm = "osmesa" -DRIDRIVERS_NXPBSP_imxgpu_imxdrm = "swrast" +PACKAGECONFIG_REMOVE_NXPBSP_imxgpu = "gallium" +PACKAGECONFIG_APPEND_NXPBSP_imxgpu = "osmesa" +DRIDRIVERS_NXPBSP_imxgpu = "swrast" # PACKAGECONFIG_remove_use-nxp-bsp = "${PACKAGECONFIG_REMOVE_NXPBSP}" PACKAGECONFIG_append_use-nxp-bsp = " ${PACKAGECONFIG_APPEND_NXPBSP}"