summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 6b9b456c..3a087425 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -17,10 +17,9 @@ python () {
17# Enable Etnaviv and Freedreno support 17# Enable Etnaviv and Freedreno support
18PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro freedreno" 18PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro freedreno"
19 19
20# Enable OSMesa which also requires dri (classic) swrast 20# For NXP BSP, enable OSMesa for parts with DRM
21PACKAGECONFIG_remove_use-nxp-bsp = "gallium" 21PACKAGECONFIG_remove_use-nxp-bsp_imxdrm = "gallium"
22PACKAGECONFIG_append_use-nxp-bsp = " osmesa" 22PACKAGECONFIG_append_use-nxp-bsp_imxdrm = " osmesa"
23DRIDRIVERS_use-nxp-bsp = "swrast"
24 23
25BACKEND = \ 24BACKEND = \
26 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ 25 "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \