summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2020-05-01 02:19:15 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-01 20:15:36 -0300
commit43c10afe533e10c11780ef461f5cae409dafe8e3 (patch)
treed395f1fe182e996c25b1578e53bbe1a06a6d38b7 /recipes-graphics/mesa
parent623594087f648e95b4b59770214bf7febda03d19 (diff)
downloadmeta-freescale-43c10afe533e10c11780ef461f5cae409dafe8e3.tar.gz
mesa: Simplify PACKAGECONFIG for mainline BSP
The mainline BSP can use same settings for all SoCs reducing the complexity. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 36702a00..6b0e4b1c 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -15,10 +15,7 @@ python () {
15} 15}
16 16
17# Enable Etnaviv and Freedreno support 17# Enable Etnaviv and Freedreno support
18PACKAGECONFIG_append_use-mainline-bsp = " gallium" 18PACKAGECONFIG_append_use-mainline-bsp = " gallium etnaviv kmsro vc4 freedreno"
19PACKAGECONFIG_append_use-mainline-bsp_armv7a = " etnaviv freedreno kmsro vc4"
20PACKAGECONFIG_append_use-mainline-bsp_armv7ve = " etnaviv freedreno kmsro vc4"
21PACKAGECONFIG_append_use-mainline-bsp_mx8 = " etnaviv kmsro vc4"
22 19
23USE_OSMESA_ONLY ?= "no" 20USE_OSMESA_ONLY ?= "no"
24 21