]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa: Use osmesa and swrast for all imxgpu override
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 7 Apr 2021 20:20:03 +0000 (17:20 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 7 Apr 2021 20:32:10 +0000 (17:32 -0300)
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 <fabio.berton@ossystems.com.br>
recipes-graphics/mesa/mesa_%.bbappend

index fce3802ec6f3743997eeb645547235e677242a55..139263be6083adc8835331fd84a291f4dfe5e70c 100644 (file)
@@ -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}"