From 5b4273235e3c3ab0cbe16ecf4d66bf77361d8ac9 Mon Sep 17 00:00:00 2001 From: Peter Griffin Date: Tue, 10 Sep 2019 13:53:13 +0200 Subject: [PATCH] mesa_%.bbappend: enable for all imx8 SoCs This allows a Weston build with swrast enabled to successfully build and boot on imx8m-evk board. Signed-off-by: Peter Griffin --- recipes-graphics/mesa/mesa_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 629603b3..05ea2520 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -22,15 +22,15 @@ GALLIUMDRIVERS_append_use-mainline-bsp_armv7ve = ",etnaviv,kmsro,vc4" # Define the osmesa block in PACKAGECONFIG for target, this block is # not defined in the master recipe, effectively causing the osmesa # feature to be disabled and -Dosmesa=none set. -PACKAGECONFIG_append_mx8mm = " osmesa" +PACKAGECONFIG_append_mx8 = " osmesa" # Solve 'Problem encountered: OSMesa classic requires dri (classic) swrast.' # by defining the dri swrast for mx8mm machine -DRIDRIVERS_append_mx8mm = "swrast" +DRIDRIVERS_append_mx8 = "swrast" # Solve 'ERROR: Problem encountered: Only one swrast provider can be built' # by excluding gallium support, dri is used together with 'classic' mesa backend. -PACKAGECONFIG_remove_mx8mm = "gallium" +PACKAGECONFIG_remove_mx8 = "gallium" BACKEND = \ "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ -- 2.40.1