summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2021-04-07 17:20:03 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-07 17:32:10 -0300
commit322531630a61547d15cbe067f44de2b8d7d859ba (patch)
tree9d9bca2925ed77deb8210069880c680a7d0db739
parentab06f2987debdc983c3436ad39bbd50cad20190d (diff)
downloadmeta-freescale-322531630a61547d15cbe067f44de2b8d7d859ba.tar.gz
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 <fabio.berton@ossystems.com.br>
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend6
1 files changed, 3 insertions, 3 deletions
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"
30DRIDRIVERS_NXPBSP_imxgpu = "" 30DRIDRIVERS_NXPBSP_imxgpu = ""
31# 31#
32# For parts with GPU and DRM, use osmesa, dri, and swrast 32# For parts with GPU and DRM, use osmesa, dri, and swrast
33PACKAGECONFIG_REMOVE_NXPBSP_imxgpu_imxdrm = "gallium" 33PACKAGECONFIG_REMOVE_NXPBSP_imxgpu = "gallium"
34PACKAGECONFIG_APPEND_NXPBSP_imxgpu_imxdrm = "osmesa" 34PACKAGECONFIG_APPEND_NXPBSP_imxgpu = "osmesa"
35DRIDRIVERS_NXPBSP_imxgpu_imxdrm = "swrast" 35DRIDRIVERS_NXPBSP_imxgpu = "swrast"
36# 36#
37PACKAGECONFIG_remove_use-nxp-bsp = "${PACKAGECONFIG_REMOVE_NXPBSP}" 37PACKAGECONFIG_remove_use-nxp-bsp = "${PACKAGECONFIG_REMOVE_NXPBSP}"
38PACKAGECONFIG_append_use-nxp-bsp = " ${PACKAGECONFIG_APPEND_NXPBSP}" 38PACKAGECONFIG_append_use-nxp-bsp = " ${PACKAGECONFIG_APPEND_NXPBSP}"