]> code.ossystems Code Review - meta-freescale.git/commitdiff
mesa_%.bbappend: enable for all imx8 SoCs
authorPeter Griffin <peter.griffin@linaro.org>
Tue, 10 Sep 2019 11:53:13 +0000 (13:53 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 10 Sep 2019 12:04:35 +0000 (09:04 -0300)
This allows a Weston build with swrast enabled to
successfully build and boot on imx8m-evk board.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
recipes-graphics/mesa/mesa_%.bbappend

index 629603b32921595e10dfed32ea95a8b0e8e46070..05ea2520c71182b6441e378c9a5792716fc39c7c 100644 (file)
@@ -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', \