diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2019-09-10 13:53:13 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-10 09:04:35 -0300 |
commit | 5b4273235e3c3ab0cbe16ecf4d66bf77361d8ac9 (patch) | |
tree | e35bc60f122528bbc663cbe78297f14a10040827 /recipes-graphics/mesa | |
parent | ae14280a146c6e4c219d71e56ea1ef42e46f73eb (diff) | |
download | meta-freescale-5b4273235e3c3ab0cbe16ecf4d66bf77361d8ac9.tar.gz |
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 <peter.griffin@linaro.org>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 6 |
1 files 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" | |||
22 | # Define the osmesa block in PACKAGECONFIG for target, this block is | 22 | # Define the osmesa block in PACKAGECONFIG for target, this block is |
23 | # not defined in the master recipe, effectively causing the osmesa | 23 | # not defined in the master recipe, effectively causing the osmesa |
24 | # feature to be disabled and -Dosmesa=none set. | 24 | # feature to be disabled and -Dosmesa=none set. |
25 | PACKAGECONFIG_append_mx8mm = " osmesa" | 25 | PACKAGECONFIG_append_mx8 = " osmesa" |
26 | 26 | ||
27 | # Solve 'Problem encountered: OSMesa classic requires dri (classic) swrast.' | 27 | # Solve 'Problem encountered: OSMesa classic requires dri (classic) swrast.' |
28 | # by defining the dri swrast for mx8mm machine | 28 | # by defining the dri swrast for mx8mm machine |
29 | DRIDRIVERS_append_mx8mm = "swrast" | 29 | DRIDRIVERS_append_mx8 = "swrast" |
30 | 30 | ||
31 | # Solve 'ERROR: Problem encountered: Only one swrast provider can be built' | 31 | # Solve 'ERROR: Problem encountered: Only one swrast provider can be built' |
32 | # by excluding gallium support, dri is used together with 'classic' mesa backend. | 32 | # by excluding gallium support, dri is used together with 'classic' mesa backend. |
33 | PACKAGECONFIG_remove_mx8mm = "gallium" | 33 | PACKAGECONFIG_remove_mx8 = "gallium" |
34 | 34 | ||
35 | BACKEND = \ | 35 | BACKEND = \ |
36 | "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ | 36 | "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ |